aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/golang.scm
Commit message (Collapse)AuthorAge
* gnu: go-github-com-arceliar-ironwood: Update to ↵Artyom V. Poptsov2024-10-22
| | | | | | | | v0.0.0-20241016082300-f6fb9da97a17. * gnu/packages/golang.scm (go-github-com-arceliar-ironwood): Update to v0.0.0-20241016082300-f6fb9da97a17. Change-Id: Ic1007a777545169f024bebe0cd50ac48e25bb2e6
* gnu: ↵André Batista2024-09-30
| | | | | | | | | | | go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-lyrebird: Update to 0.3.0. * gnu/packages/golang.scm (go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-lyrebird): Update to 0.3.0. [propagated-inputs]: Add go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-webtunnel. Change-Id: Iac17163aab6e6010f9fa569fcaf51b217084a572 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add ↵André Batista2024-09-30
| | | | | | | | | | | go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-webtunnel. * gnu/packages/golang.scm (go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-webtunnel): New variable. Change-Id: I84ef723ea03822bd5abf655914f44fb53fd865e2 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: go-github-com-go-git-go-git-fixtures: Disable tests on non 64bit ↵Sharlatan Hellseher2024-09-03
| | | | | | | | | architectures. * gnu/packages/golang.scm (go-github-com-go-git-go-git-fixtures) [arguments]: <#:tests?>: Preserve test only on 64 bit architectures. Change-Id: Iab92ef9541d3cc2195eda784e0b9cf2e7c3597c0
* gnu: go-github-com-zalando-go-keyring: Enable tests.Sharlatan Hellseher2024-09-03
| | | | | | | | | * gnu/packages/golang.scm (go-github-com-zalando-go-keyring) [arguments]: <#:phases>: Add 'disable-failing-tests phase, use custom 'check. [propagated-inputs]: Remove dbus. [native-inputs]: Add dbus. Change-Id: I06ba340ef936fef006b7b804688b2ca2863d00a2
* gnu: go-github-com-zalando-go-keyring: Update to 0.2.5.Sharlatan Hellseher2024-09-03
| | | | | | | * gnu/packages/golang.scm (go-github-com-zalando-go-keyring): Update to 0.2.5. [propagated-inputs]: Remove go-github-com-godbus-dbus; add go-github-com-godbus-dbus-v5. Change-Id: I21fafc683ae802e0ca7b6bdb9e1bb100f25879f9
* gnu: go-github-com-gsterjov-go-libsecret: Improve package style.Sharlatan Hellseher2024-09-03
| | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-gsterjov-go-libsecret): Fix indentation. Swap [native-inputs] with [propagated-inputs] as go-gihub-com-godubs-dbus is required during build time. Adjust order of fields. [synopsis]: Apply TexLive formatting. [description]: Likewise. Change-Id: I6ed08095839b6e76de070699753e088f86e256a1
* gnu: go-github-com-gsterjov-go-libsecret: Update to ↵Sharlatan Hellseher2024-09-03
| | | | | | | | | | 0.0.0-20161001094733-a6f4afe4910c. * gnu/packages/golang.scm (go-github-com-gsterjov-go-libsecret): Update to 0.0.0-20161001094733-a6f4afe4910c. [propagated-inputs]: Add go-github-com-godbus-dbus. [native-inputs]: Remove go-github-com-godbus-dbus. Change-Id: I98b6e2353bb04521a838a8e1e828cc25ccbcad35
* gnu: go-github-com-godbus-dbus: Enable tests.Sarah Morgensen2024-09-03
| | | | | | | | | | * gnu/packages/golang.scm (go-github-com-godbus-dbus): Enable tests. [arguments] <#:phases>: Add 'disable-failing-tests phase. Override 'check phase to run tests within a dbus session. Change-Id: Ib27d33363d4d7071e91380588413ae035ae9609f Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: Add go-github-com-godbus-dbus-v5.Sarah Morgensen2024-09-03
| | | | | | | | | | | | | | | | | | | | | | | 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>
* gnu: go-github-com-wraparound-wrap: Fix build.宋文武2024-08-31
| | | | | | | * gnu/packages/golang.scm (go-github-com-wraparound-wrap)[arguments]: Don't refer to nonexistent 'wrap' phase. Change-Id: I36c197590cbbf6cef5c494f247f6289fc1c4a414
* gnu: Add go-1.23.Brennan Vincent2024-08-29
| | | | | | | gnu/packages/golang.scm (go-1.23): New variable. Change-Id: I08ce59873bd7fa5ab41a557e5847b8540c053e79 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: go-1.22: Update to 1.22.6.Sharlatan Hellseher2024-08-29
| | | | | | * gnu/packages/golang.scm (go-1.22): Update to 1.22.6. Change-Id: I6f2146598b82c251cb31cc7320eef00bbfec6faa
* gnu: Remove go-github-com-libp2p-go-libp2p-metrics.Sharlatan Hellseher2024-08-25
| | | | | | | | | Deprecated: "This repository has been archived by the owner on Dec 7, 2019. It is now read-only." * gnu/packages/golang.scm (go-github-com-libp2p-go-libp2p-metrics): Delete variable. Change-Id: I0d70f019983998c81fcbc439d6047274272b65e8
* gnu: go-github-com-libp2p-go-flow-metrics: Move to golang-web.Sharlatan Hellseher2024-08-25
| | | | | | | | * gnu/packages/golang.scm (go-github-com-libp2p-go-flow-metrics): Move from here ... * gnu/packages/golang-web.scm: ... to here. Change-Id: I6847de630820dc895cb3d14f16b086fd1cc69bb7
* gnu: go-github-com-libp2p-go-flow-metrics: Enable tests.Sharlatan Hellseher2024-08-25
| | | | | | | * gnu/packages/golang.scm (go-github-com-libp2p-go-flow-metrics): Enable tests. Change-Id: Ic117d3e0ca06719bf6b0a058f7475169afd12d11
* gnu: go-github-com-libp2p-go-flow-metrics: Update to 0.1.0.Sharlatan Hellseher2024-08-25
| | | | | | | | * gnu/packages/golang.scm (go-github-com-libp2p-go-flow-metrics): Update to 0.1.0. [propagated-inputs]: Add go-github-com-benbjohnson-clock. Change-Id: I13799b39e8d22a4f1be763eeef24dd2170d1cba1
* gnu: go-github-com-google-uuid: Update to 1.6.0.Sharlatan Hellseher2024-08-25
| | | | | | * gnu/packages/golang.scm (go-github-com-google-uuid): Update to 1.6.0. Change-Id: Iecc6a649124e45fa2155042cc56350779ec1880c
* gnu: go-github-com-creack-pty: Move to golang-xyz.Sharlatan Hellseher2024-08-23
| | | | | | | * gnu/packages/golang.scm (go-github-com-creack-pty): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I2fe01445a03d1f4e76ff0c2d129864ffce249c51
* gnu: Remove go-github-com-direnv-go-dotenv.Sharlatan Hellseher2024-08-23
| | | | | | | | | | Remove the package as it's no longer maintained and not in use by any other one: "This repository has been archived by the owner on Feb 28, 2024. It is now read-only." * gnu/packages/golang.scm (go-github-com-direnv-go-dotenv): Delete variable. Change-Id: I57058a8868085e5b133e8cc46afb2b8b0c57eb5e
* gnu: go-github-com-muesli-reflow: Move to golang-xyz.Sharlatan Hellseher2024-08-23
| | | | | | | * gnu/packages/golang.scm (go-github-com-muesli-reflow): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Ie839050f776b764b034492292f7821266b953b1e
* gnu: go-github-com-muesli-termenv: Move to golang-xyz.Sharlatan Hellseher2024-08-23
| | | | | | | * gnu/packages/golang.scm (go-github-com-muesli-termenv): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Iba509c25f56581aeb34508ad0db98fe85a24d135
* gnu: go-github-com-google-renameio: Move to golang-xyz.Sharlatan Hellseher2024-08-23
| | | | | | | | * 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
* gnu: Add go-github-com-google-renameio-v2.Brian Kubisiak2024-08-23
| | | | | | | | * gnu/packages/golang.scm (go-github-com-google-renameio-v2): New variable. Change-Id: Iaeabf95d21d22b25df5f8caf1edcaaddee3d3965 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: go-github-com-google-renameio: Update to 1.0.1.Sharlatan Hellseher2024-08-23
| | | | | | * gnu/packages/golang.scm (go-github-com-google-renameio): Update to 1.0.1. Change-Id: Ia7d46682753e9b5530847e693d1f0bf21d8a118c
* Merge remote-tracking branch 'origin/go-team'Sharlatan Hellseher2024-08-22
|\ | | | | | | Change-Id: Ie1a29192d144a59394bbacba3f6b9f110413e821
| * gnu: go-github-com-stretchr-objx: Move to golang-xyz.Sharlatan Hellseher2024-08-14
| | | | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-stretchr-objx): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I2ab70003a3d85812a6905a60c84af88e0df1e133
| * gnu: go-github-com-stretchr-objx: Update to 0.5.2.Sharlatan Hellseher2024-08-14
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-stretchr-objx): Update to 0.5.2. [source]: Remove snippet as "vendor" directory is not provided. [inputs]: Remove go-github-com-stretchr-testify-bootstrap. [propagated-inputs]: Remove go-github-com-davecgh-go-spew and go-github-com-pmezard-go-difflib. [native-inputs]: Add go-github-com-davecgh-go-spew, go-github-com-pmezard-go-difflib, and go-github-com-stretchr-testify-bootstrap. Change-Id: I058fa393952dc73d73ac7ab48af4d29665828495
| * gnu: go-github-com-pelletier-go-toml: Move to golang-xyz.Sharlatan Hellseher2024-08-14
| | | | | | | | | | | | | | | | * 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
| * gnu: go-github-com-pelletier-go-toml-v2: Update to 2.2.2.Sharlatan Hellseher2024-08-14
| | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-pelletier-go-toml-v2): Update to 2.2.2. Change-Id: Ib3c42010d207644359b4a693569c31c5d9406e7b
| * gnu: go-github-com-pelletier-go-toml: Update to 1.9.5.Sharlatan Hellseher2024-08-14
| | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-pelletier-go-toml): Update to 1.9.5. Change-Id: Ib72f88b2f14c8b1b293ebb3cd64645f5265c7b11
| * gnu: go-github-com-pelletier-go-toml: Remove input labels.Sharlatan Hellseher2024-08-14
| | | | | | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-pelletier-go-toml): Remove input lables, swap [native-inputs] to [propagated-inputs] to simplify dependent packages inputs. Change-Id: Ibfa57fbe606ced8bf9f2bcfe4065bf94f84bc0fb
| * gnu: go-github-com-go-playground-locales: Move to golang-xyz.Sharlatan Hellseher2024-08-14
| | | | | | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-go-playground-locales): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I96ba608d2463911c184cedc9cfc7cb7556b1bbd9
| * gnu: go-github-com-go-playground-locales: Update to 0.14.1.Sharlatan Hellseher2024-08-14
| | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-go-playground-locales): Update to 0.14.1. Change-Id: I6f8681dd49c8dd61b51481117b01566a9024ff15
| * gnu: go-github-com-creack-pty: Update to 1.1.23.Sharlatan Hellseher2024-08-14
| | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-creack-pty): Update to 1.1.23. Change-Id: Ieb0c2186008f285658e46ea9b0fb1edb62cdb6d4
| * gnu: go-github-com-kr-pretty: Move to golang-xyz.Sharlatan Hellseher2024-08-14
| | | | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-kr-pretty): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Ifded1d309f10d25c982afaf20301bc151f1c8ba1
| * gnu: go-github-com-kr-pretty: Update to 0.3.1.Sharlatan Hellseher2024-08-14
| | | | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-kr-pretty): Update to 0.3.1. [propagated-inputs]: Add go-github-com-rogpeppe-go-internal. Change-Id: I80e8489e6a573206678d1dfe6c23aa0824a905fc
| * gnu: go-github-com-google-shlex: Add project status comment.Sharlatan Hellseher2024-08-11
| | | | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-google-shlex): Add project status comment for the next maintenance cycle. Change-Id: Ieaa2cc28f95306f87b0d358500225dbd0381adcf
| * gnu: go-github-com-gdamore-tcell-v2: Update to 2.7.4.Sharlatan Hellseher2024-08-11
| | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-gdamore-tcell-v2): Update to 2.7.4. Change-Id: I7df36179e2f2c6f335a9b4c1b9a4ab2a57dbc8b4
| * gnu: go-mvdan-cc-xurls: Move to golang-web.Sharlatan Hellseher2024-08-11
| | | | | | | | | | | | | | | | * gnu/packages/golang.scm (go-mvdan-cc-xurls, xurls): Move from here... * gnu/packages/golang-web.scm: ... to here. * gnu/packages/messaging.scm: Add golang-web module. Change-Id: I990e5dff7d5813dc4b1c40e9a7707901235af458
| * gnu: go-mvdan-cc-xurls: Update to 2.5.0.Sharlatan Hellseher2024-08-11
| | | | | | | | | | | | | | | | * gnu/packages/golang.scm (go-mvdan-cc-xurls): Update to 2.5.0. [propagated-inputs]: Add go-golang-org-x-mod. (xurls) [arguments]: <#:phases>: Add disable-failing-tests phase. Change-Id: If9e2b955218913cb237eef7f643dab1d72fa129f
| * gnu: go-mvdan-cc-xurls: Swap inheritance.Sharlatan Hellseher2024-08-11
| | | | | | | | | | | | | | | | | | | | | | | | These changes simplify packages by swapping inheritance from Golang module instead of the final binary for go-mvdan-cc-xurls and xurls variables. * gnu/packages/golang.scm (go-mvdan-cc-xurls): Simplify package. [arguments]: <#:phases>: Remove phases modification. (xurls): Inherit from go-mvdan-cc-xurls. Change-Id: I746e8c02afa8ea5341ae0043a05d43631ed1d032
| * gnu: go-github-com-rogpeppe-go-internal: Move to golang-xyz.Sharlatan Hellseher2024-08-11
| | | | | | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-rogpeppe-go-internal): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Id061201d8454371eedff5f2115a36cf3d9ccb0b3
| * gnu: go-github-com-rogpeppe-go-internal: Update to 1.12.0.Sharlatan Hellseher2024-08-11
| | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-rogpeppe-go-internal): Update to 1.12.0. Change-Id: Ibe33dd457328a61a2b919b61d5b9d1816ca60b81
| * gnu: go-github-com-delthas-go-localeinfo: Fix indentation.Sharlatan Hellseher2024-08-11
| | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-delthas-go-localeinfo): Fix indentation. Change-Id: Ida11ab38911568c1967d42d7b4e4e7b950417661
| * gnu: go-github-com-delthas-go-localeinfo: Update to ↵Sharlatan Hellseher2024-08-11
| | | | | | | | | | | | | | | | 0.0.0-20240607105203-b2e834fc307d. * gnu/packages/golang.scm (go-github-com-delthas-go-localeinfo): Update to 0.0.0-20240607105203-b2e834fc307d. Change-Id: I229f3348e7d473fa13f7bb7a33894d49ef24e2d0
* | gnu: go-golang-zx2c4-com-wireguard: Move to golang-web.Sharlatan Hellseher2024-08-12
| | | | | | | | | | | | | | | | * gnu/packages/golang.scm (go-golang-zx2c4-com-wireguard): Move from here ... * gnu/packages/golang-web.scm: ... to here. Change-Id: Ie0b2a32300436cacd37652996a693bdda85f2cbc
* | gnu: go-golang-zx2c4-com-wireguard: Update to 0.0.0-20231211153847-12269c276173.Artyom V. Poptsov2024-08-12
|/ | | | | | | * gnu/packages/golang.scm (go-golang-zx2c4-com-wireguard): Update to 0.0.0-20231211153847-12269c276173. Change-Id: I06d512c76ff79e154d6878e8430b0e263261e5a0 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: go-1.22: Update to 1.22.5.Sharlatan Hellseher2024-07-28
| | | | | | * gnu/packages/golang.scm (go-1.22): Update to 1.22.5. Change-Id: I636a6c87ab3bec3a399bbd95d6a57610f5cdb4df
* gnu: go-github-com-emersion-go-smtp: Move to golang-web.Sharlatan Hellseher2024-07-28
| | | | | | | | * gnu/packages/golang.scm (go-github-com-emersion-go-smpt): Move from here ... * gnu/packages/golang-web.scm: ... to here. Change-Id: I5df22126cc7bdd541e33661996e7753e2cd732ea