summaryrefslogtreecommitdiff
path: root/gnu/packages/golang.scm
AgeCommit message (Collapse)Author
2022-10-13gnu: Add go-github-com-savsgio-gotils.Adam Kandur
* gnu/packages/golang.scm (go-github-com-savsgio-gotils): New variable. Signed-off-by: Christopher Baines <[email protected]>
2022-10-10gnu: go-github-com-spf13-cobra: Update to 1.5.0.Dhruvin Gandhi
* gnu/packages/golang.scm (go-github-com-spf13-cobra): Update to 1.5.0. Signed-off-by: Maxim Cournoyer <[email protected]>
2022-10-08gnu: Add go-github-com-juju-ansiterm.Dhruvin Gandhi
* gnu/packages/golang.scm (go-github-com-juju-ansiterm): New variable. Signed-off-by: Maxim Cournoyer <[email protected]>
2022-10-08gnu: Add go-github-com-lunixbochs-vtclean.Dhruvin Gandhi
* gnu/packages/golang.scm (go-github-com-lunixbochs-vtclean): New variable. Signed-off-by: Maxim Cournoyer <[email protected]>
2022-10-08gnu: Add go-git-sr-ht-emersion-gqlclient.Dhruvin Gandhi
* gnu/packages/golang.scm (go-git-sr-ht-emersion-gqlclient): New variable. Signed-off-by: Maxim Cournoyer <[email protected]>
2022-10-08gnu: Add go-git-sr-ht-emersion-go-scfg.Dhruvin Gandhi
* gnu/packages/golang.scm (go-git-sr-ht-emersion-go-scfg): New variable. Signed-off-by: Maxim Cournoyer <[email protected]>
2022-10-08gnu: Add go-github-com-google-shlex.Dhruvin Gandhi
* gnu/packages/golang.scm (go-github-com-google-shlex): New variable. Signed-off-by: Maxim Cournoyer <[email protected]>
2022-10-02gnu: Add go-1.19.Hilton Chain
* gnu/packages/golang (go-1.19,go-std-1.19): New variables. Signed-off-by: Efraim Flashner <[email protected]>
2022-10-02gnu: Add go-1.18.Hilton Chain
* gnu/packages/golang (go-1.18,go-std-1.18): New variables. Signed-off-by: Efraim Flashner <[email protected]>
2022-09-10gnu: Add go-github-com-goccy-go-json.Adam Kandur
* gnu/packages/golang.scm (go-github-com-goccy-go-json): New variable. Signed-off-by: Christopher Baines <[email protected]>
2022-09-10gnu: Add comments to the bottom of a few package modules.Christopher Baines
This will hopefully discourage patches which add new packages to the bottom of files, as this increases the likelihood of conflicts when applying patches. If there are more specific ways that packages should be arranged in specific modules, this message can be updated accordingly. * gnu/packages/bioconductor.scm: Add comment discouraging adding packages to the bottom of the file. * gnu/packages/bioinformatics.scm: ditto. * gnu/packages/cran.scm: ditto. * gnu/packages/crates-io.scm: ditto. * gnu/packages/emacs-xyz.scm: ditto. * gnu/packages/golang.scm: ditto. * gnu/packages/guile-xyz.scm: ditto. * gnu/packages/haskell-xyz.scm: ditto. * gnu/packages/java.scm: ditto. * gnu/packages/julia-xyz.scm: ditto. * gnu/packages/lisp-xyz.scm: ditto. * gnu/packages/ocaml.scm: ditto. * gnu/packages/perl.scm: ditto. * gnu/packages/python-science.scm: ditto. * gnu/packages/python-xyz.scm: ditto. * gnu/packages/ruby.scm: ditto. * gnu/packages/tex.scm: ditto.
2022-09-06gnu: Add go-github-com-disintegration-imaging.Cairn
* gnu/packages/golang.scm (go-github-com-disintegration-imaging): New variable. Signed-off-by: Ludovic Courtès <[email protected]>
2022-08-25gnu: go-github-com-valyala-fasthttp: Skip tests with gccgo.Efraim Flashner
* gnu/packages/golang.scm (go-github-com-valyala-fasthttp)[arguments]: Don't run the test suite when building with gccgo.
2022-08-25gnu: go-github-com-valyala-fasthttp: Update to 1.39.0.Efraim Flashner
* gnu/packages/golang.scm (go-github-com-valyala-fasthttp): Update to 1.39.0.
2022-08-25gnu: go-github-com-sirupsen-logrus: Skip tests with gccgo.Efraim Flashner
* gnu/packages/golang.scm (go-github-com-sirupsen-logrus)[arguments]: Don't run the test suite when building with gccgo.
2022-08-25gnu: go-github-com-sirupsen-logrus: Update to 1.9.0.Efraim Flashner
* gnu/packages/golang.scm (go-github-com-sirupsen-logrus): Update to 1.9.0.
2022-08-25gnu: go-github-com-stretchr-objx: Skip tests with gccgo.Efraim Flashner
* gnu/packages/golang.scm (go-github-com-stretchr-objx)[arguments]: Don't run the test suite when building with gccgo.
2022-08-25gnu: go-github-com-stretchr-objx: Update to 0.4.0.Efraim Flashner
* gnu/packages/golang.scm (go-github-com-stretchr-objx): Update to 0.4.0.
2022-08-25gnu: go-gopkg-in-check-v1: Skip tests with gccgo.Efraim Flashner
* gnu/packages/golang.scm (go-gopkg-in-check-v1)[arguments]: Don't run the test suite when building with gccgo.
2022-08-25gnu: go-github.com-jtolds-gls: Skip tests with gccgo.Efraim Flashner
* gnu/packages/golang.scm (go-github.com-ktolds-gls)[arguments]: Don't run the test suite when building with gccgo.
2022-08-25gnu: go-github-com-pkg-errors: Skip tests with gccgo.Efraim Flashner
* gnu/packages/golang.scm (go-github-com-pkg-errors)[arguments]: Don't run the test suite when building with gccgo.
2022-08-16gnu: Add go-github-com-kortschak-utter.Ricardo Wurmus
* gnu/packages/golang.scm (go-github-com-kortschak-utter): New variable.
2022-07-05gnu: Go: Update to 1.17.11.Leo Famulari
* gnu/packages/golang.scm (go-1.17): Update to 1.17.11.
2022-07-03gnu: Add go-github-com-sourcegraph-jsonrpc2 0.1.0.muradm
* gnu/packages/golang.scm (go-github-com-sourcegraph-jsonrpc2): New variable. Signed-off-by: Ludovic Courtès <[email protected]>
2022-07-03gnu: Add go-github-com-gorilla-websocket 1.5.0.muradm
* gnu/packages/golang.scm (go-github-com-gorilla-websocket): New variable. Signed-off-by: Ludovic Courtès <[email protected]>
2022-06-12Merge branch 'master' into stagingLudovic Courtès
2022-06-05gnu: go: Make 'make-go-std' memoizing.Ludovic Courtès
* gnu/packages/golang.scm (make-go-std): Use 'mlambdaq'.
2022-06-05gnu: go-std: Make public.Ludovic Courtès
* gnu/packages/golang.scm (go-std-1.14, go-std-1.16, go-std-1.17): New variables.
2022-06-10gnu: Add go-github-com-google-go-jsonnet.JOULAUD François
* gnu/packages/golang.scm (go-github-com-google-go-jsonnet): New variable. Co-authored-by: Ludovic Courtès <[email protected]>
2022-06-10gnu: Add go-sigs-k8s-io-yaml.JOULAUD François
* gnu/packages/golang.scm (go-sigs-k8s-io-yaml): New variable. Co-authored-by: Ludovic Courtès <[email protected]>
2022-04-29gnu: go: Update to 1.17.9.Pier-Hugues Pellerin
go 1.17.9 (released 2022-04-12) includes security fixes to the crypto/elliptic and encoding/pem packages, as well as bug fixes to the linker and runtime. * gnu/packages/golang.scm (go-1.17): Update to 1.17.9. Signed-off-by: Ludovic Courtès <[email protected]>
2022-04-28Merge branch 'master' into stagingLudovic Courtès
2022-04-23gnu: go-github-com-spf13-cobra: Update to 1.4.0.Dhruvin Gandhi
* gnu/packages/golang.scm (go-github-com-spf13-cobra): Update to 1.4.0. Signed-off-by: Raghav Gururajan <[email protected]>
2022-03-27gnu: Go: Update to 1.17.8 [security fixes].Pier-Hugues Pellerin
Go 1.17.8 (released 2022-03-03) includes a security fix to the regexp/syntax package[0], as well as bug fixes to the compiler, runtime, the go command, and the crypto/x509 and net packages. See the Go 1.17.8 milestone[1] on the upstream issue tracker for details. [0] CVE-2022-24921 and https://go.dev/issue/51112. [1] https://github.com/golang/go/issues?q=milestone%3AGo1.17.8+label%3ACherryPickApproved * gnu/packages/golang.scm (go-1.17): Update to 1.17.8. Signed-off-by: Leo Famulari <[email protected]>
2022-03-27gnu: Go 1.16: Update to 1.16.15 [security fixes].Pier-Hugues Pellerin
Go 1.16.15 (released 2022-03-03) includes a security fix to the regexp/syntax package[0], as well as bug fixes to the compiler, runtime, the go command, and the net package. See the Go 1.16.15 milestone[1] on the upstream issue tracker for details. [0] CVE-2022-24921 and https://go.dev/issue/51112. [2] https://github.com/golang/go/issues?q=milestone%3AGo1.16.15+label%3ACherryPickApproved * gnu/packages/golang.scm (go-1.16): Update to 1.16.15. Signed-off-by: Leo Famulari <[email protected]>
2022-03-21Merge branch 'master' into staging.Maxim Cournoyer
2022-03-19gnu: Add go-github-com-schachmat-ingo.Nicolas Goaziou
* gnu/packages/golang.scm (go-github-com-schachmat-ingo): New variable.
2022-03-11gnu: go-1.16: Do not run tests when cross-compiling.Maxime Devos
* gnu/packages/golang.scm (go-1.16)[arguments]: Remove #:tests?. Signed-off-by: Maxim Cournoyer <[email protected]>
2022-03-08Revert "gnu: Add go-github-com-niemeyer-pretty."Efraim Flashner
This reverts commit 18b0527765301a3015afb9ba1209bd10f56426cb. This package is not actually needed.
2022-03-06gnu: Add go-github-com-xdg-go-scram.Efraim Flashner
* gnu/packages/golang.scm (go-github-com-xdg-go-scram): New variable.
2022-03-06gnu: Add go-github-com-xdg-go-pbkdf2.Efraim Flashner
* gnu/packages/golang.scm (go-github-com-xdg-go-pbkdf2): New variable.
2022-03-06gnu: Add go-github-com-docker-go-units.Efraim Flashner
* gnu/packages/golang.scm (go-github-com-docker-go-units): New variable.
2022-03-06gnu: Add go-github-com-niemeyer-pretty.Efraim Flashner
* gnu/packages/golang.scm (go-github-com-niemeyer-pretty): New variable.
2022-03-06gnu: Add go-github-com-xdg-go-stringprep.Efraim Flashner
* gnu/packages/golang.scm (go-github-com-xdg-go-stringprep): New variable.
2022-02-23gnu: go-github.com-jessevdk-go-flags: Update to 1.5.0.Efraim Flashner
* gnu/packages/golang.scm (go-github.com-jessevdk-go-flags): Update to 1.5.0. [arguments]: Add custom phase to fix tests. [propagated-inputs]: Add go-golang-org-x-sys.
2022-02-22gnu: go-1.14: Remove powerpc-linux from supported-systems.Efraim Flashner
* gnu/packages/golang.scm (go-1.14)[supported-systems]: Remove powerpc-linux from supported-systems.
2022-02-13Merge branch 'master' into stagingMarius Bakke
2022-02-17gnu: Go: Update to 1.17.7.Leo Famulari
* gnu/packages/golang.scm (go-1.17): Update to 1.17.7.
2022-02-17gnu: Go 1.16: Update to 1.16.14.Leo Famulari
* gnu/packages/golang.scm (go-1.16): Update to 1.16.14.
2022-01-28gnu: Add go-github-com-go-chi-chi-v5.jgart via Guix-patches via
* gnu/packages/golang.scm (go-github-com-go-chi-chi-v5): New variable. Signed-off-by: Nicolas Goaziou <[email protected]>