summaryrefslogtreecommitdiff
path: root/gnu/packages/golang.scm
Commit message (Collapse)AuthorAge
* gnu: Add go-github-com-google-gmail-oauth2-tools-go-sendgmail.Philip McGrath2021-09-14
| | | | | | | * gnu/packages/golang.scm (go-github-com-google-gmail-oauth2-tools-go-sendgmail): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add go-cloud-google-com-go-compute-metadata.Philip McGrath2021-09-14
| | | | | | | * gnu/packages/golang.scm (go-cloud-google-com-go-compute-metadata): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: go-github-com-urfave-cli-v2: Fix tests when building with Go 1.17.Sarah Morgensen2021-09-09
| | | | | | | | * gnu/packages/patches/go-github-com-urfave-cli-v2-fix-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/golang.scm (go-github-com-urfave-cli-v2)[origin]: Apply it. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: go-github-com-urfave-cli: Fix tests when building with Go 1.17.Sarah Morgensen2021-09-09
| | | | | | | | * gnu/packages/patches/go-github-com-urfave-cli-fix-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/golang.scm (go-github-com-urfave-cli)[origin]: Apply it. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: go-github-com-sevlyar-go-daemon: Fix tests when building with Go 1.17.Sarah Morgensen2021-09-09
| | | | | | | * gnu/packages/golang.scm (go-github-com-sevlyar-go-daemon)[source]: Add snippet to fix tests for go@1.17. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: go-github-com-keybase-go-ps: Fix tests when building with Go 1.17.Sarah Morgensen2021-09-09
| | | | | | | * gnu/packages/golang.scm (go-github-com-keybase-go-ps)[arguments] <#:phases>{fix-tests}: Remove extraneous build line to appease go@1.17. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: go-1.17: Update to 1.17.1.Leo Famulari2021-09-09
| | | | * gnu/packages/golang.scm (go-1.17): Update to 1.17.1.
* gnu: Add go-1.17.Sarah Morgensen2021-09-09
| | | | | | * gnu/packages.golang.scm (go-1.17): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: go-1.16: Update to 1.16.8.Sarah Morgensen2021-09-09
| | | | | | * gnu/packages/golang.scm (go-1.16): Update to 1.16.8. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add go-github-com-gdamore-tcell-v2.Guix Together2021-08-30
| | | | | | | | | | * gnu/packages/golang.scm (go-github-com-gdamore-tcell-v2): New variable. Co-authored-by: Arun Isaac <arunisaac@systemreboot.net> Co-authored-by: Brice Waegeneire <brice@waegenei.re> Co-authored-by: jgart <jgart@dismail.de> Co-authored-by: Julien Lepiller <julien@lepiller.eu> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: go-github-com-gdamore-tcell: Correct license to Apache 2.0.Maxim Cournoyer2021-08-30
| | | | | * gnu/packages/golang.scm (go-github-com-gdamore-tcell) [license]: Correct from Expat to Apache 2.0.
* gnu: Add go-github-com-aswinkarthik-csvdiff.BonfaceKilz2021-08-17
| | | | | | * gnu/packages/golang.scm (go-github-com-aswinkarthik-csvdiff): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: Add go-github-com-oneofone-xxhash.BonfaceKilz2021-08-17
| | | | | | * gnu/packages/golang.scm (go-github-com-oneofone-xxhash): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: Restore the correct order of the golang module.Leo Famulari2021-07-27
| | | | | * gnu/packages/golang.scm: Move the Go compilers back to the beginning of the file.
* gnu: go-1.16: Update to 1.16.7.Sarah Morgensen2021-08-06
| | | | | | * gnu/packages/golang.scm (go-1.16): Update to 1.16.7. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: go-github-com-bmatcuk-doublestar: Remove test incompatible with go-1.16.Sarah Morgensen2021-08-05
| | | | | | | | * gnu/packages/golang.scm (go-github-com-bmatcuk-doublestar) [phases]{remove-incompatible-test}: New phase. Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: go-1.16: Honor #:parallel-build?Sarah Morgensen2021-08-05
| | | | | | | * gnu/packages/golang.scm (go-1.16)[arguments]<#:phases>{build}: Honor parallel-build? Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: go-etcd-io-bbolt: Update to 1.3.6.Sarah Morgensen2021-08-05
| | | | | | | * gnu/packages/golang.scm (go-etcd-io-bbolt): Update to 1.3.6. [propagated-inputs]: Add go-golang-org-x-sys. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: go-gopkg-in-check-v1: Update to 1.0.0-20201130134442-10cb98267c6c.Sarah Morgensen2021-08-05
| | | | | | | | * gnu/packages/golang.scm (go-gopkg-in-check-v1): Update to 1.0.0-20201130134442-10cb98267c6c. [license]: Correct license. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: go-github-com-dlclark-regexp2: Update to 1.4.0.Sarah Morgensen2021-08-05
| | | | | | * gnu/packages/golang.scm (go-github-com-dlclark-regexp2): Update to 1.4.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: go-github-com-magiconair-properties: Update to 1.8.5.Sarah Morgensen2021-08-05
| | | | | | * gnu/packages/golang.scm (go-github-com-magiconair-properties): Update to 1.8.5. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: go-github-com-masterminds-goutils: Update to 1.1.1.Sarah Morgensen2021-08-05
| | | | | | * gnu/packages/golang.scm (go-github-com-masterminds-goutils): Update to 1.1.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: go-github-com-pelletier-go-toml: Update to 1.9.3.Sarah Morgensen2021-08-05
| | | | | | * gnu/packages/golang.scm (go-github-com-pelletier-go-toml): Update to 1.9.3. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: go-github-com-sergi-go-diff: Update to 1.2.0.Sarah Morgensen2021-08-05
| | | | | | * gnu/packages/golang.scm (go-github-com-sergi-go-diff): Update to 1.2.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: go-go-uber-org-atomic: Update to 1.8.0.Sarah Morgensen2021-08-05
| | | | | | * gnu/packages/golang.scm (go-go-uber-org-atomic): Update to 1.8.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: go-github-com-puerkitobio-goquery: Update to 1.7.0.Sarah Morgensen2021-08-05
| | | | | | * gnu/packages/golang.scm (go-github-com-puerkitobio-goquery): Update to 1.7.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add go-github-com-klauspost-compress.Arun Isaac2021-08-01
| | | | * gnu/packages/golang.scm (go-github-com-klauspost-compress): New variable.
* gnu: Add go-github-com-flynn-noise.Arun Isaac2021-08-01
| | | | * gnu/packages/golang.scm (go-github-com-flynn-noise): New variable.
* gnu: Add go-golang-org-x-term.Arun Isaac2021-08-01
| | | | * gnu/packages/golang.scm (go-golang-org-x-term): New variable.
* gnu: Add go-lukechampine-com-blake3.Arun Isaac2021-08-01
| | | | * gnu/packages/golang.scm (go-lukechampine-com-blake3): New variable.
* gnu: Add go-github-com-dustin-go-humanize.Arun Isaac2021-08-01
| | | | * gnu/packages/golang.scm (go-github-com-dustin-go-humanize): New variable.
* gnu: Add go-github-com-davecgh-go-xdr.Arun Isaac2021-08-01
| | | | * gnu/packages/golang.scm (go-github-com-davecgh-go-xdr): New variable.
* gnu: Add go-0xacab-org-leap-shapeshifter.Raghav Gururajan2021-07-07
| | | | * gnu/packages/golang.scm (go-0xacab-org-leap-shapeshifter): New variable.
* gnu: Add go-github-com-operatorfoundation-shapeshifter-transports.Raghav Gururajan2021-07-07
| | | | * gnu/packages/golang.scm (go-github-com-operatorfoundation-shapeshifter-transports): New variable.
* gnu: Add go-github-com-kataras-golog.Raghav Gururajan2021-07-07
| | | | * gnu/packages/golang.scm (go-github-com-kataras-golog): New variable.
* gnu: Add go-github-com-kataras-pio.Raghav Gururajan2021-07-07
| | | | * gnu/packages/golang.scm (go-github-com-kataras-pio): New variable.
* gnu: Add go-github-com-shadowsocks-go-shadowsocks2.Raghav Gururajan2021-07-07
| | | | * gnu/packages/golang.scm (go-github-com-shadowsocks-go-shadowsocks2): New variable.
* gnu: Add go-github-com-riobard-go-bloom.Raghav Gururajan2021-07-07
| | | | * gnu/packages/golang.scm (go-github-com-riobard-go-bloom): New variable.
* gnu: Add go-github-com-aead-chacha20.Raghav Gururajan2021-07-07
| | | | * gnu/packages/golang.org (go-github-com-aead-chacha20): New variable.
* gnu: Add go-github-com-mufti1-interconv.Raghav Gururajan2021-07-07
| | | | * gnu/packages/golang.scm (go-github-com-mufti1-interconv): New variable.
* gnu: Add go-github-com-opentracing-opentracing-go.Raghav Gururajan2021-07-07
| | | | * gnu/packages/golang.scm (go-github-com-opentracing-opentracing-go): New variable.
* gnu: Add go-github-com-operatorfoundation-monolith-go.Raghav Gururajan2021-07-07
| | | | * gnu/packages/golang.scm (go-github-com-operatorfoundation-monolith-go): New variable.
* gnu: Add go-github-com-deckarep-golang-set.Raghav Gururajan2021-07-07
| | | | * gnu/packages/golang.scm (go-github-com-deckarep-golang-set): New variable.
* gnu: Add go-github-com-blanu-dust.Raghav Gururajan2021-07-07
| | | | * gnu/packages/golang.scm (go-github-com-blanu-dust): New variable.
* gnu: Add go-github-com-op-go-logging.Raghav Gururajan2021-07-07
| | | | * gnu/packages/golang.scm (go-github-com-op-go-logging): New variable.
* gnu: Add go-github-com-operatorfoundation-shapeshifter-ipc.Raghav Gururajan2021-07-07
| | | | * gnu/packages/golang.scm (go-github-com-operatorfoundation-shapeshifter-ipc): New variable.
* gnu: Add go-github-com-operatorfoundation-obfs4.Raghav Gururajan2021-07-07
| | | | * gnu/packages/golang.scm (go-github-com-operatorfoundation-obfs4): New variable.
* gnu: Add go-github-com-willscott-goturn.Raghav Gururajan2021-07-07
| | | | * gnu/packages/golang.scm (go-github-com-willscott-goturn): New variable.
* gnu: Add go-torproject-org-pluggable-transports-goptlib.Raghav Gururajan2021-07-07
| | | | * gnu/packages/golang.scm (go-torproject-org-pluggable-transports-goptlib): New variable.
* gnu: Add go-github-com-sevlyar-go-daemon.Raghav Gururajan2021-07-07
| | | | * gnu/packages/golang.scm (go-github-com-sevlyar-go-daemon): New variable.