aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/golang-xyz.scm
AgeCommit message (Collapse)Author
12 daysgnu: go-github-com-elliotchance-orderedmap: Remove submodule.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-elliotchance-orderedmap) [arguments]<#:phases>: Add 'remove-submodule phase to reduce amount of data copied to the store, the submodule "v2" is packed separately as it has it's own go.mod file. (go-github-com-elliotchance-orderedmap-v2)[arguments]<#:phases>: Delete 'remove-submodule phase. Change-Id: Ie68ca24752a612864a4c6ca8537949a922528d82
12 daysgnu: go-github-com-elliotchance-orderedmap: Fix tests.Greg Hogan
* gnu/packages/golang-xyz.scm (go-github-com-elliotchance-orderedmap) [arguments]<#:phases>: Replace 'check and only run short tests so as to exclude flaky performance tests. <#:unpack-path>: Set it, to relax modification in any inherited packages. (go-github-com-elliotchance-orderedmap-v2) [arguments]: Swap to "substitute-keyword-arguments" instead of overwriting after inheritance. Change-Id: If9fbc5510643f9d5e3ccff09f71e00a9cdfbe92f Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
13 daysgnu: Add go-github-com-hashicorp-golang-lru-arc-v2.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-hashicorp-golang-lru-arc-v2): New variable. Change-Id: Ia2ec812004d5864c18771780803c41cefc9870cb
13 daysgnu: go-github-com-hashicorp-golang-lru-v2: Delete submodule.Sharlatan Hellseher
The submodule <github.com/hashicorp/golang-lru/arc/v2> needs to be packed as dedicated package. It would easy the job for the importer as it contains it's own go.mod file. * gnu/packages/golang-xyz.scm (go-github-com-hashicorp-golang-lru-v2) [source]: Delete "arc" submodule. Change-Id: Iaace717e530e49a2c910ac6e78f3f2fec3a2b7ca
13 daysgnu: Add go-github-com-godbus-dbus-v5.Sarah Morgensen
These changes resolve issues with golang import paths for <github.com/godbus/dbus> and <github.com/godbus/dbus/v5> by adding a new variable with downgrading existing one to the latest version where import path is still <github.com/godbus/dbus>. It addresses the cases with unit tests failures and help importer to resolve dependencies. * gnu/packages/golang.scm (go-github-com-godbus-dbus): Downgrade to 0.0.0-20190726142602-4481cbc300e2. (go-github-com-godbus-dbus-v5): New variable, preserver version of go-github-com-godbus-dbus. (go-github-com-delthas-go-libnp) [propagated-inputs]: Remove go-github-com-godbus-dbus, add go-github-com-godbus-dbus-v5. * gnu/packages/golang-xyz.scm (go-github-com-coreos-go-systemd-v22) [propagated-inputs]: Remove go-github-com-godbus-dbus, add go-github-com-godbus-dbus-v5. Change-Id: Idbeb3c625da55bdd4620afab31b024ef0a0b79ec Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-08-27gnu: go-github-com-fxamacker-cbor-v2: Disable tests on non 64bit architecture.Sharlatan Hellseher
* gnu/packages/golang-web.scm (go-github-com-fxamacker-cbor-v2): Disable tests on non 64bit architecture. Change-Id: I41e207a77989d6b4faf883c14327e48fc303a027
2024-08-27gnu: go-go-etcd-io-bbolt: Adjust package style.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-go-etcd-io-bbolt): Update to 1.3.11. [description]: Place on a new line and reindent. Change-Id: I1c327d9b0efd73f710ca99b6c222de72a4a438ac
2024-08-27gnu: go-go-etcd-io-bbolt: Update to 1.3.11.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-go-etcd-io-bbolt): Update to 1.3.11. [native-inputs]: Add go-github-com-stretchr-testify, go-go-etcd-io-gofail, and go-golang-org-x-sync. Change-Id: I8bad82ce8006360cfa3cc509ccdff02e06f703d3
2024-08-27gnu: Add go-go-senan-xyz-flagconfspencerpeters
I've fixed the inputs for go-go-senan-xyz-flagconf and cliphist and I've updated the build-system arguments as well as the [synopsis] and [description] fields for cliphist. I believe the formatting issues were caused by my email client--hopefully this time it doesn't mess up the indentation again. Best, Spencer * gnu/packages/golang-xyz.scm (go-go-senan-xyz-flagconf): New variable. Change-Id: I3edcda63ca09e1370be4da8c6926bacde5d66cbf Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-08-25gnu: Add go-github-com-go-logr-stdr.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-go-logr-stdr): New variable. Change-Id: I3cbe5e34306ee0c07143155e499f9f0aa6be2761
2024-08-25gnu: go-github-com-miekg-dns: Move to golang-web.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-miekg-dns): Move from here ... * gnu/packages/golang-web.scm: ... to here. Change-Id: I7d1e38dd4fdc9578cdefdf01ff43f5201c490f73
2024-08-25gnu: go-github-com-miekg-dns: Update to 1.1.62.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-miekg-dns): Update to 1.1.62. [arguments] <#:phases>: Add 'disable-failing-tests. Change-Id: I857df6a1520e0e08f7255b700ffc2ac1494b27db
2024-08-25gnu: Add go-go-mongodb-org-mongo-driver.Leo Nikkilä
* gnu/packages/golang-xyz.scm (go-go-mongodb-org-mongo-driver): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: Ib7bc1252593c91d33cb75436cdc9e803e11977af
2024-08-25gnu: Add go-k8s-io-klog-v2.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-k8s-io-klog-v2): New variable. Change-Id: I98900fdd7449b4e6bf6d4ea35eac659b188182a4
2024-08-25gnu: Add go-k8s-io-klog.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-k8s-io-klog): New variable. Change-Id: I5985ef3f9342fb1cc671c3d113cef78785650548
2024-08-25gnu: Add go-github-com-oklog-ulid-v2.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-oklog-ulid-v2, go-ulid): New variables. Change-Id: I6512659023330ab1ff03bc9c2e43e3ad92a30490
2024-08-25gnu: Add go-github-com-oklog-ulid.Leo Nikkilä
* gnu/packages/golang-xyz.scm (go-github-com-oklog-ulid): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: Iff799292882f22db38273a597a2b83de781cf51d
2024-08-25gnu: Add go-github-com-oklog-run.Leo Nikkilä
* gnu/packages/golang-xyz.scm (go-github-com-oklog-run): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: If0a0f1cb274ed10e991001079ff152dbe31c8ce4
2024-08-25gnu: Add go-github-com-go-stack-stack.Leo Nikkilä
* gnu/packages/golang-xyz.scm (go-github-com-go-stack-stack): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: Ia9e8049ec5b0bb977b6e54faaa98dd9868e0d84c
2024-08-25gnu: Add go-github-com-edsrzf-mmap-go.Leo Nikkilä
* gnu/packages/golang-xyz.scm (go-github-com-edsrzf-mmap-go): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: I53bab656d8e9607c93b48c8877c9f568cbd4ef41
2024-08-25gnu: Add go-github-com-dennwc-varint.Leo Nikkilä
* gnu/packages/golang-xyz.scm (go-github-com-dennwc-varint): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: I2e0b00e09fa20b0047e29ada307c1b3eb8c90a74
2024-08-25gnu: Add go-github-com-asaskevich-govalidator.Leo Nikkilä
* gnu/packages/golang-xyz.scm (go-github-com-asaskevich-govalidator): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: I81bedd44ba1b41771a114733b443a73953e7d7e1
2024-08-23gnu: go-github-com-creack-pty: Move to golang-xyz.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-creack-pty): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I2fe01445a03d1f4e76ff0c2d129864ffce249c51
2024-08-23gnu: go-github-com-muesli-reflow: Move to golang-xyz.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-muesli-reflow): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Ie839050f776b764b034492292f7821266b953b1e
2024-08-23gnu: go-github-com-muesli-termenv: Move to golang-xyz.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-muesli-termenv): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Iba509c25f56581aeb34508ad0db98fe85a24d135
2024-08-23gnu: Add go-github-com-muesli-cancelreader.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-muesli-cancelreader): New variable. Change-Id: I514152f2ffc2fe535ee48c3f8912578238155d9f
2024-08-23gnu: go-github-com-google-renameio: Move to golang-xyz.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-google-renameio, go-github-com-google-renameio-v2): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I38a9f57ab28501b87d517e098d6afdc0c414f6e9
2024-08-23gnu: Add go-mvdan-cc-editorconfig.Brian Kubisiak
* gnu/packages/golang.scm (go-mvdan-cc-editorconfig): New variable. Change-Id: I4cc558e0b7be7d66ad2919eac49c355532052bb9 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-08-22Merge remote-tracking branch 'origin/go-team'Sharlatan Hellseher
Change-Id: Ie1a29192d144a59394bbacba3f6b9f110413e821
2024-08-21gnu: Add go-github-com-containerd-fifo.Artyom V. Poptsov
* gnu/packages/golang-xyz.scm (go-github-com-containerd-fifo): New variable. Change-Id: I782f792560bdbe59d31fac7762e07b378a9c29fb Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-08-21gnu: Add go-github-com-mohae-deepcopy.Artyom V. Poptsov
* gnu/packages/golang-xyz.scm (go-github-com-mohae-deepcopy): New variable. Change-Id: I29dd0f9c61197e2030bd720bf0ec71c86727f976 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-08-21gnu: Add go-github-com-google-subcommands.Artyom V. Poptsov
* gnu/packages/golang-xyz.scm (go-github-com-google-subcommands): New variable. Change-Id: Ifbd51d785435fa8abb9d233e2846e8cf9642ae3f Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-08-21gnu: Add go-github-com-gofrs-flock.Artyom V. Poptsov
* gnu/packages/golang-xyz.scm (go-github-com-gofrs-flock): New variable. Change-Id: If6856319258ec93f4119f4f7ec79d206d7e1087d Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-08-21gnu: Add go-msgio.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-msgio): New variable. Change-Id: I3bb5fff6110a36694865c9885b42bc356902bbea
2024-08-21gnu: Add go-github-com-libp2p-go-msgio.Artyom V. Poptsov
* gnu/packages/golang-xyz.scm (go-github-com-libp2p-go-msgio): New variable. Change-Id: I5222b247972a41877c84c40562a1d1af780f1b73 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-08-21gnu: Add go-github-com-libp2p-go-buffer-pool.Artyom V. Poptsov
* gnu/packages/golang-xyz.scm (go-github-com-libp2p-go-buffer-pool): New variable. Change-Id: Id4de38a91dd7186e1aa6f06289c6bfa2cb0abbbb Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-08-14gnu: go-github-com-stretchr-objx: Move to golang-xyz.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-stretchr-objx): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I2ab70003a3d85812a6905a60c84af88e0df1e133
2024-08-14gnu: go-github-com-spf13-cobra: Update to 1.8.1.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-spf13-cobra): Update to 1.8.1. Change-Id: I5236ac568fe7ababbc94a0dc60e071e8ac6674aa
2024-08-14gnu: go-github-com-pelletier-go-toml: Move to golang-xyz.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-pelletier-go-toml, go-github-com-pelletier-go-toml-v2): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I76dae5d71ae761af6d7f23ce55286996c55a5d50
2024-08-14gnu: go-github-com-goccy-go-yaml: Update to 1.12.0.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-goccy-go-yaml): Update to 1.12.0. Change-Id: Ieb8e0103ded6ffef606812c88f48834027b8c1e2
2024-08-14gnu: go-github-com-go-playground-locales: Move to golang-xyz.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-go-playground-locales): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I96ba608d2463911c184cedc9cfc7cb7556b1bbd9
2024-08-14gnu: go-github-com-gabriel-vasile-mimetype: Update to 1.4.5.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-gabriel-vasile-mimetype): Update to 1.4.5. Change-Id: Idbeb0aed953b773784e519793f83ad2bcd8840ac
2024-08-14gnu: go-github-com-fatih-color: Update to 1.17.0.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-fatih-color): Update to 1.17.0. Change-Id: I731c48d0d47ee8823b17f85976bfc4f53700d804
2024-08-14gnu: Add go-github-com-elliotchance-orderedmap-v2.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-elliotchance-orderedmap-v2): New variable. Change-Id: I4a0e7f17e6e93471b661d960b0d1350f1687b847
2024-08-14gnu: go-github-com-elliotchance-orderedmap: Update to 1.6.0.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-elliotchance-orderedmap): Update to 1.6.0. Change-Id: I8c745a00bf21ad11ec54cf5f6be1c35d2957baa6
2024-08-14gnu: Add go-github-com-yuin-gopher-lua.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (glua, go-github-com-yuin-gopher-lua): New variables. Change-Id: Icd37ede94082d46e34465d345659885e3fafa98e
2024-08-14gnu: go-github-com-itchyny-timefmt-go: Move to golang-xyz.Sharlatan Hellseher
* gnu/packages/web.scm (go-github-com-itchyny-timefmt-go): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Ifaca740ff1d46a74c7059fdeb8d56ba69195428e
2024-08-14gnu: go-github-com-kr-pretty: Move to golang-xyz.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-kr-pretty): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Ifded1d309f10d25c982afaf20301bc151f1c8ba1
2024-08-11gnu: Add go-github-com-charlievieth-fastwalk.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-charlievieth-fastwalk): New variable. Change-Id: I1e684ede86688f0bb5a1d9bd1cbb4015366d5f8b
2024-08-11gnu: go-git-sr-ht-emersion-go-scfg: Adjust inputs.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-git-sr-ht-emersion-go-scfg): Adjus inputs. [propagated-inputs]: Remove go-github-com-google-shlex. Change-Id: I82b121c7999965e195989ea4b20fbe00f762c861