aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/golang.scm
Commit message (Collapse)AuthorAge
* gnu: go-github-com-goccy-go-yaml: Move to golang-xyz.Sharlatan Hellseher2024-07-07
| | | | | | | * gnu/packages/golang.scm (go-github-com-goccy-go-yaml): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I44dc5b01079c6486c31f440c8a1f506a419a0f38
* gnu: go-github-com-goccy-yaml: Rename variable.Sharlatan Hellseher2024-07-07
| | | | | | | | | | | | gnu/packages/golang-xyz.scm (go-github-com-goccy-yaml): Rename variable to go-github-com-goccy-go-yaml to reflect go.mode name. gnu/packages/golang.scm (go-github-com-songmu-gitconfig) [propagated-inputs]: Remove go-github-com-goccy-yaml. Add go-github-com-goccy-go-yaml. gnu/packages/web.scm (go-github-com-mikefarah-yq-v4) [propagated-inputs]: Likewise. Change-Id: Id8663c08cb75974eb9e881bb7e22623ed463ffa5
* gnu: go-github-com-alecthomas-colour: Move to golang-xyz.Sharlatan Hellseher2024-07-07
| | | | | | | | * gnu/packages/golang.scm (go-github-com-alecthomas-colour): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I8cbe20aede41417cb6769011385d3986df714cd2
* gnu: go-github-com-alecthomas-repr: Move to golang-xyz.Sharlatan Hellseher2024-07-07
| | | | | | | | * gnu/packages/golang.scm (go-github-com-alecthomas-repr): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I0cc0ea79264d2365e1e1bf910720c956c527c23f
* gnu: go-github-com-alecthomas-repr: Update to 0.4.0.Sharlatan Hellseher2024-07-07
| | | | | | * gnu/packages/golang.scm (go-github-com-alecthomas-repr): Update to 0.4.0. Change-Id: I7dd2d9d777bf8d6db6aaf76b13b2b7f9dfa5ad66
* gnu: packages/golang: Remove syncthing from used modules.Sharlatan Hellseher2024-06-29
| | | | | | * gnu/packages/golang.scm: Remove syncthing from used modules. Change-Id: If3d0279fa462eb975c8eca2d99352b8cc7c222a7
* gnu: go-github-com-matttproud-golang-protobuf-extensions-pbutil: Rename ↵Sharlatan Hellseher2024-06-29
| | | | | | | | | | | | | | | | | variable. * gnu/packages/golang-xyz.scm (go-github-com-matttproud-golang-protobuf-extensions-pbutil): Rename variable to go-github-com-matttproud-golang-protobuf-extensions-v2 as seen in go.mod. [arguments]: <#:unpack-path>: Remove it. <#:import-path>: Swap to "github.com/matttproud/golang_protobuf_extensions/v2". <#:phases>: Add custom 'check phase. Remove 'build phase. * gnu/packages/golang.scm (go-github-com-prometheus-common) [propagated-inputs]: Remove go-github-com-matttproud-golang-protobuf-extensions-pbutil. Add go-github-com-matttproud-golang-protobuf-extensions-v2. Change-Id: Icf9db2997a47be4f0babec10edcb01a578a7a7e7
* gnu: Remove go-golang.org-x-sync-errgroup.Sharlatan Hellseher2024-06-29
| | | | | | | | | | | | | | | | * gnu/packages/golang-build.scm (go-golang.org-x-sync-errgroup): Delete variable. * gnu/packages/check.scm (actionlint): Adjust inputs. [inputs]: Remove go-golang.org-x-sync-errgroup; add go-golang-org-x-sync. * gnu/packages/golang.scm (gotestsum): Likewise. [native-inputs]: Remove go-golang.org-x-sync-errgroup; add go-golang-org-x-sync. * gnu/packages/golang.scm (go-github-com-prometheus-procfs): Likewise. [propagated-inputs]: Remove go-golang.org-x-sync-errgroup; add go-golang-org-x-sync. * gnu/packages/terminals.scm (go-github-com-junegunn-fzf): Likewise. [inputs]: Remove go-golang.org-x-sync-errgroup; add go-golang-org-x-sync. * gnu/packages/version-control.scm (ghq): Likewise. [inputs]: Remove go-golang.org-x-sync-errgroup; add go-golang-org-x-sync. Change-Id: If64c30da47ed9cd043798f427f2927b76394f3c4
* gnu: go-github-com-golang-protobuf-proto: Adjust package name.Sharlatan Hellseher2024-06-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename go-github-com-golang-protobuf-proto to the Golang module name as seen in go.mod. Due to lack of support of building submodules in go-build-system 'build phase is omitted and 'check phase is substituted by custom one providing nested path tests. * gnu/packages/golang.scm (go-github-com-golang-protobuf-proto): Rename to... (go-github-com-golang-protobuf): ... this. <#:unpack-path>: Remove argument. <#:phases>: Delete 'build phase. Add custom 'check phase and run tests for all submodules. (go-github-com-prometheus-common, go-github-com-matttproud-golang-protobuf-extensions-pbutil) [propagated-inputs]: Adjust accordingly. * gnu/packages/golang-check.scm (go-github-com-onsi-gomega) [propagated-inputs]: Likewise * gnu/packages/golang-web.scm (go-github-com-golang-groupcache, go-github-com-quic-go-quic-go) [propagated-inputs]: Likewise * gnu/packages/golang-xyz.scm (go-github-com-prometheus-client-model) [propagated-inputs]: Likewise * gnu/packages/syncthing.scm (go-github-com-matttproud-golang-protobuf-extensions-pbutil) [propagated-inputs]: Likewise Change-Id: I28c11739247a5ebafefd032d04a548a683fa0454 Co-authored-by: Hilton Chain <hako@ultrarare.space>
* gnu: go-github-com-golang-protobuf-proto: Update to 1.5.3.Hilton Chain2024-06-29
| | | | | | | | | * gnu/packages/golang.scm (go-github-com-golang-protobuf-proto): Update to 1.5.3. [arguments]: Enable tests. [propagated-inputs]: Add go-google-golang-org-protobuf. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: go-google-golang-org-protobuf: Update to 1.31.0.Hilton Chain2024-06-29
| | | | | | | | | | * gnu/packages/golang.scm (go-google-golang-org-protobuf): Update to 1.31.0. [arguments]: <#:phases>: Remove 'build phase. Add custom 'check phase. [propagated-inputs]: Remove go-github-com-golang-protobuf-proto. Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: Iba7fe94b2a2fa245e24d17affa5edb1531ac835b
* gnu: go-1.22: Disable flakey tests.Katherine Cox-Buday2024-06-29
| | | | | | | * gnu/packages/golang.scm (go-1.22): Disable flakey tests. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: Iae54b66ca9e330a8a6fafdba23869fccf875aab4
* gnu: go-1.22: Update to 1.22.2.Brennan Vincent2024-06-29
| | | | | | | * gnu/packages/golang.scm (go-1.22): Update to 1.22.2. Change-Id: I2f30d9d851e97399be771e878a9158b56ff08e1b Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: go-1.22: Update to 1.22.1.Brennan Vincent2024-06-29
| | | | | | | * gnu/packages/golang.scm (go-1.22): Update to 1.22.1. Change-Id: I4c007f43448b391dfa53c932b6adf8622efc9e43 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: Remove go-etcd-io-bbolt.Troy Figiel2024-06-29
| | | | | | | | | | | | | | go-go-etcd-io-bbolt and go-etcd-io-bbolt are the same version and source packages. This change removes go-etcd-io-bbolt and keeps go-go-etcd-io-bbolt. * gnu/packages/configuration-management.scm (chezmoi) [native-inputs]: Add go-go-etcd-io-bbolt. Remove go-etcd-io-bbolt. * gnu/packages/golang.scm (go-etcd-io-bbolt): Remove variable. Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: I482f22b77b61d4761390742db2ced570cd4de3bd
* gnu: Remove go-1.14.Efraim Flashner2024-06-29
| | | | | | | | * gnu/packages/golang.scm (go-1.14, go-std-1.14): Remove variables. (go-1.16): Inherit from go-1.4. Change-Id: Ie92019e3aa733a8c6f12dfefbc7b140eb1b76c5c Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: Add go-1.22 and its standard library.Brennan Vincent2024-06-29
| | | | | | | | | * gnu/packages/golang.scm (go-1.22): New variable. * gnu/packages/golang.scm (go-std-1.22): New variable. Change-Id: I18d92874d4131843e7c6cf0e8d89f2946f7b972d Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: go-github-com-dlclark-regexp2: Move to golang-xyz.Sharlatan Hellseher2024-06-28
| | | | | | | | * gnu/packages/golang.scm (go-github-com-dlclark-regexp2): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I0e355d6d21c604d89c623eaf9c5276c61b40d4c6
* gnu: Add go-github-com-bmatcuk-doublestar-v4.Sharlatan Hellseher2024-06-28
| | | | | | * gnu/packages/golang.scm (go-github-com-bmatcuk-doublestar-v4): New variable. Change-Id: I81c9b04f1932b29e2bda7bf06df1ff3bef5caaa3
* gnu: go-github-com-klauspost-cpuid: Move to golang-xyz.Sharlatan Hellseher2024-06-28
| | | | | | | | * gnu/packages/golang.scm (go-github-com-klauspost-cpuid): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I85bc873816f653bf5e4ce2882259708d5f37ca28
* gnu: go-github-com-masterminds-semver: Move to golang-xyz.Sharlatan Hellseher2024-06-28
| | | | | | | | * gnu/packages/golang.scm (go-github-com-masterminds-semver): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I267210f30143c29fe1927e7fbf9ae8cdff633092
* gnu: go-github-com-masterminds-sprig: Move to golang-xyz.Sharlatan Hellseher2024-06-28
| | | | | | | | * gnu/packages/golang.scm (go-github-com-masterminds-sprig): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I424ea6887286bdaee67b3f367024c6d7982bcbd2
* gnu: go-github-com-mitchellh-colorstring: Move to golang-xyz.Sharlatan Hellseher2024-06-23
| | | | | | | | * gnu/packages/golang.scm (go-github-com-mitchellh-colorstring): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I298ae2f0e94847ff865375120e4953d290bbe883
* gnu: go-github-com-go-playground-validator-v10: Update to 10.22.0.Sharlatan Hellseher2024-06-19
| | | | | | * gnu/packages/golang.scm (go-github-com-go-playground-validator-v10): Update to 10.22.0. Change-Id: I22441fee91bce8addb693a2de8a6f0b1c6cb2319
* gnu: go-github-com-sergi-go-diff: Move to golang-xyz.Sharlatan Hellseher2024-06-11
| | | | | | | * gnu/packages/golang.scm (go-github-com-sergi-go-diff): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: If722317a42006e3bef4462b5a6fe4c0f434bd5d2
* gnu: go-github-com-arceliar-ironwood: Update to ↵Artyom V. Poptsov2024-06-02
| | | | | | | | | | | v0.0.0-20240529054413-b8e59574e2b2. * gnu/packages/golang.scm (go-github-com-arceliar-ironwood): Update to v0.0.0-20240529054413-b8e59574e2b2. [arguments]: Use gexps. Use go-1.21. Change-Id: I30707c7a2cb6229149c6c9e9c0e3752b3222b84a Signed-off-by: Andrew Tropin <andrew@trop.in>
* gnu: go-github-com-syndtr-goleveldb-leveldb: Move to golang-xyz.Sharlatan Hellseher2024-05-23
| | | | | | | | * gnu/packages/golang.scm (go-github-com-syndtr-goleveldb-leveldb): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Ib457abe33612b371c33985c6b3b0e9372221e37d
* gnu: go-github-com-syndtr-goleveldb-leveldb: Use go-1.21.Sharlatan Hellseher2024-05-23
| | | | | | | * gnu/packages/golang.scm (go-github-com-syndtr-goleveldb-leveldb) [arguments] <#:go>: Swap to go-1.21. Change-Id: I6ecbfb8d2cbf29dc177536345fb1caa5001f35df
* gnu: go-github-com-go-task-slim-sprig: Move to golang-xyz.Sharlatan Hellseher2024-05-22
| | | | | | | | * gnu/packages/golang.scm (go-github-com-go-task-slim-sprig): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I540e4211e7e4006d654c7da40bba35e2bd577c78
* gnu: go-git-sr-ht-emersion-go-scfg: Move to golang-xyz.Sharlatan Hellseher2024-05-07
| | | | | | | * gnu/packages/golang.scm: (go-git-sr-ht-emersion-go-scfg): Move from here ... * gnu/packages/golang-xyz.scm: ... to here Change-Id: I75cc680543313e41abc86e71d48a9be9e9ce694a
* gnu: go-git-sr-ht-emersion-gqlclient: Move to golang-web.Sharlatan Hellseher2024-05-07
| | | | | | | | * gnu/packages/golang.scm (go-git-sr-ht-emersion-gqlclient): Move from here ... * gnu/packages/golang-web.scm: ... to here. Change-Id: I2b07dc198f6710680da0430e5f302893060e37b8
* gnu: go-git-sr-ht-sircmpwn-getopt: Move to golang-xyz.Sharlatan Hellseher2024-05-07
| | | | | | | * gnu/packages/golang.scm (go-git-sr-ht-sircmpwn-getopt): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Ic53ec6828f7389326191b659dd16b623e6d1af43
* gnu: go-github-com-prometheus-client-golang: Update to 1.17.0.Jesse Eisses2024-05-07
| | | | | | | | * gnu/packages/golang.scm (go-github-com-prometheus-client-golang): Update to 1.17.0. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: I4d3e9d3e61991f94fc2a7bd4b85e7d4010c4b508
* gnu: go-github-com-prometheus-common: Update to 0.45.0.Jesse Eisses2024-05-07
| | | | | | | | * gnu/packages/golang.scm (go-github-com-prometheus-common): Update to 0.45.0. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: Ic03cdaf87253df869e1d791336189032fac0d625
* gnu: go-github-com-mgutz-ansi: Move to golang-xyz.Sharlatan Hellseher2024-04-28
| | | | | | | * gnu/packages/golang.scm (go-github-com-mgutz-ansi): Move from here... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Ic0e6a1400da75f8ef3c663e1ed10ff51408480f6
* gnu: go-go-uber-org-multierr: Move to golang-xyz.Sharlatan Hellseher2024-04-12
| | | | | | | * gnu/packages/golang.scm (go-go-uber-org-multierr): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: If343d3b97a4b625424ee846c903e5db1b91fcc23
* gnu: go-go-uber-org-goleak: Move to golang-check.Sharlatan Hellseher2024-04-12
| | | | | | | * gnu/packages/golang.scm (go-go-uber-org-goleak): Move from here ... * gnu/packages/golang-check.scm: ... to here. Change-Id: Iaadd6506457cb3487df8f27f71442a6dcabce816
* gnu: go-go-uber-org-goleak: Enable tests.Sharlatan Hellseher2024-04-12
| | | | | | | | | | | | | * gnu/packages/golang.scm (go-go-uber-org-goleak) [arguments]: <#:tests?>: Enable them. [native-inputs]: Add go-github-com-stretchr-testify-next. [propagated-inputs]: Remove indirect golang modules: go-github-com-stretchr-testify, go-github-com-davecgh-go-spew, go-github-com-kr-pretty, go-github-com-pmezard-go-difflib, go-github-com-stretchr-testify, go-golang-org-x-lint, go-golang-org-x-tools, go-gopkg-in-check-v1; and go-gopkg-in-yaml-v3. Change-Id: I4fa1cf7ff9b9304c8ad0109381932e76ae389f62
* gnu: go-go-uber-org-atomic: Move to golang-xyz.Sharlatan Hellseher2024-04-12
| | | | | | | * gnu/packages/golang.scm (go-go-uber-org-atomic): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Ib12085510b40a00e61dda2ae886754a116edd032
* gnu: go-github-com-pbnjay-memory: Move to golang-xyz.Sharlatan Hellseher2024-04-12
| | | | | | | * gnu/packages/golang.scm (go-github-com-pbnjay-memory): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Ie46dfc76fd468ab3a5af886592a150e3e4565111
* gnu: go-github-com-fatih-color: Move to golang-xyz.Sharlatan Hellseher2024-04-12
| | | | | | | | | * gnu/packages/golang.scm (go-github-com-fatih-color): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. * gnu/packages/bioinformatics.scm: Add (gnu packages golang-xyz) module. Change-Id: I302327d3426100d7984e6086726396e9fe7f7468
* gnu: go-github-com-libp2p-go-libp2p-metrics: Adjust inputs.Sharlatan Hellseher2024-04-06
| | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-libp2p-go-libp2p-metrics): [propagated-inputs]: Swap from native-inputs to propagated-inputs to access them from dependent packages. Remove go-github-com-mr-tron-base58, go-github-com-gxed-hashland-keccakpg, go-github-com-minio-blake2b-simd, go-github-com-minio-sha256-simd, go-github-com-spaolacci-murmur3; and go-golang-org-x-crypto. Change-Id: I28b6da0ec96554052777cdba8971e831ef24df1b
* gnu: lf: Update to 31.Sharlatan Hellseher2024-04-06
| | | | | | | | | | | | * gnu/packages/disk.scm (lf): Update to 31. [arguments] <#:go>: Use go-1.18. [native-inputs]: Remove go-github-com-gdamore-tcell-v2-2.3; add go-github-com-gdamore-tcell-v2 and go-github-com-djherbis-times. * gnu/packages/golang.scm (go-github-com-gdamore-tcell-v2-2.3): Remove variable. Change-Id: I02f675eeb74a2a08dd153ca64619bd6a8f23943c
* gnu: go-gopkg-in-yaml-v2: Move to golang-xyz.Sharlatan Hellseher2024-04-06
| | | | | | | * gnu/packages/golang.scm (go-gopkg-in-yaml-v2): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I10f478aba8e9c836ce5cc03eb2fb59ff9f794fc5
* gnu: go-github-com-spf13-cobra: Move to golang-xyz.Sharlatan Hellseher2024-04-06
| | | | | | | * gnu/packages/golang.scm (go-github-com-spf13-cobra): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I545b0279c040be0412cbca744e949f31e9d34b1f
* gnu: go-github-com-mattn-go-sqlite3: Move to golang-xyz.Sharlatan Hellseher2024-04-06
| | | | | | | | | | * gnu/packages/golang.scm (go-github-com-mattn-go-sqlite3): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. * gnu/packages/file-systems.scm: Add (gnu packages golang-xyz) module. Change-Id: If74972f1d920851a23508a6dc0403e0a84e270f3
* gnu: go-github-com-mattn-go-zglob: Move to golang-xyz.Sharlatan Hellseher2024-04-06
| | | | | | | | | * gnu/packages/golang.scm (go-github-com-mattn-go-zglob): Move from here ... * gnu/packages/golang-xyz.scm: ... to here * gnu/packages/password-utils.scm: Add (gnu packages golang-xyz) module. Change-Id: I3777ff257c6baa91930e141f84f9da94be0634b6
* gnu: go-github-com-mattn-go-pointer: Move to golang-xyz.Sharlatan Hellseher2024-04-06
| | | | | | | | * gnu/packages/golang.scm (go-github-com-mattn-go-pointer): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Iba5e71a870bbbce1dfea80ceafcd66e56883887b
* gnu: go-github-com-mattn-go-colorable: Move to golang-xyz.Sharlatan Hellseher2024-04-06
| | | | | | | | | | * gnu/packages/golang.scm (go-github-com-mattn-go-colorable): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. * gnu/packages/textutils.scm: Add (gnu packages golang-xyz) module. Change-Id: I7a9763ebd498e071b17abbde838a7cbf8fc891de
* gnu: go-github-com-mattn-go-isatty: Move to golang-xyz.Sharlatan Hellseher2024-04-06
| | | | | | | | | | * gnu/packages/golang.scm (go-github-com-mattn-go-isatty): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. * gnu/packages/music.scm: Add (gnu packages golang-xyz) module. Change-Id: Ibbab55ed60afdd5513f91dde93550b2eff7a622c