summaryrefslogtreecommitdiff
path: root/gnu/packages/golang.scm
AgeCommit message (Collapse)Author
2024-03-15gnu: go-github-com-bwesterb-go-ristretto: Move to golang-crypto.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-bwesterb-go-ristretto): Move from here ... * gnu/packages/golang-crypto.scm: ... to here. Change-Id: Ia028e4c5ccceaec3f0ceb828a147eff72cf6a20f
2024-03-07cpu: Rename x86-64-v1 to x86-64.Efraim Flashner
This is the actual micro-architecture designation used by compilers. * gnu/packages/gcc.scm (%gcc-11-x86_64-micro-architectures): Rename x86-64-v1 to x86-64. * gnu/packages/golang.scm (%go-1.18-x86_64-micro-architectures): Same. * guix/cpu.scm (cpu->micro-architecture-level): Same. (gcc-architecture->micro-architecture-level): Same. Change-Id: I19ed556a7e8deb4a77f4c63fca3b794f25092788
2024-03-07cpu: Be consistent with x86_64 micro-architecture names.Efraim Flashner
* gnu/packages/golang.scm (%go-1.18-x86_64-micro-architectures): Rename micro-architectures from x86_64-v* to x86-64-v*. * guix/cpu.scm (cpu->gcc-architecture): Return x86-64 as the fallback. (cpu->micro-architecture-level): Rename micro-architectures from x86_64-v* to x86-64-v*. (gcc-architecture->micro-architecture-level): Same. Change-Id: I37db65970417c22699ae8097b0361bccf76c1267
2024-03-06gnu: go-github-com-hashicorp-hcl-v2: Move to golang-xyz.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-hashicorp-hcl-v2): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Ife07c1ca7b0ba7241955767ebd2430a8e60aec90
2024-03-06gnu: go-github-com-hashicorp-hcl: Move to golang-xyz.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-hashicorp-hcl): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I431689059384d203cdb1c2d40f16ef9c5958b5ab
2024-03-06gnu: go-github-com-hashicorp-go-version: Move to golang-xyz.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-hashicorp-go-version): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Ica0c069e90ade97efbbb201f36d92ff70bad1c8b
2024-03-06gnu: go-github-com-spf13-viper: Remove input labels.Sharlatan Hellseher
* gnu/package/golang.scm (go-github-com-spf13-viper) [propagated-inputs]: Remove input labels. Change-Id: I0c8c616b9b44a2fd21f83dbfb609fe1bd861d657
2024-03-06gnu: go-github-com-hashicorp-go-uuid: Move to golang-xyz.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-hashicorp-go-uuid): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Ib97abb60b716c971bb54144d7d1ea015211e1ed4
2024-03-06gnu: go-github-com-hashicorp-go-syslog: Move to golang-xyz.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-hashicorp-go-syslog): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Iae1acbde5fcccb7879944dbcbda8a32672478f6a
2024-03-06gnu: go-go-uber-org-zap: Move to golang-xyz.Sharlatan Hellseher
* gnu/packages/golang.scm (go-go-uber-org-zap): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. * gnu/packages/radio.scm: Add (gnu packages golang-xyz) module. Change-Id: Id4de6cb4714b9b28e43e5aecabf5b32684f1a370
2024-03-06gnu: go-go-uber-org-zap: Update to 1.24.0.Artyom V. Poptsov
* gnu/packages/golang.scm (go-go-uber-org-zap): Update to 1.24.0. Change-Id: I3028c065ac71ca3accd2789f491829e466068cc2 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-03-06gnu: go-github-com-spf13-afero: Add missing input.Troy Figiel
* gnu/packages/golang.scm (go-github-com-spf13-afero): Add missing input. [propagated-inputs]: Add go-github-com-pkg-sftp. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: If428fdf82c191ce3e408053886c5ec726e9644df
2024-03-06gnu: go-github-com-vividcortex-ewma: Move to golang-xyz.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-vividcortex-ewma): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Iabf8a6ee15240c0817d80584a34e80dcbce1c974
2024-03-06gnu: go-github-com-cheggaaa-pb-v3: Move to golang-xyz.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-cheggaaa-pb-v3): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. * gnu/packages/golang.scm (go-github-com-cheggaaa-pb): Remove variable. Change-Id: Ieddfddfec841e5b35c14002dbfe8655a7b5dec0f
2024-03-06gnu: go-github-com-vividcortex-ewma: Update description.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-vividcortex-ewma) [description]: Provide link to a wiki page sourced from the project's README. Change-Id: I0520b0502f676b8891ddd746774acd483358b95e
2024-03-06gnu: go-github-com-cheggaaa-pb-v3: Remove unnecessary inputs.Troy Figiel
* gnu/packages/golang.scm (go-github-com-cheggaaa-pb-v3): Remove unnecessary inputs. [propagated-inputs]: Remove go-golang-org-x-sys and go-github-com-rivo-uniseg. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-03-06gnu: go-github-com-cheggaaa-pb-v3: Enable tests.Troy Figiel
* gnu/packages/golang.scm (go-github-com-cheggaaa-pb-v3): Enable tests. [arguments] <#:tests?>: Set to true. <#:unpack-path>: Set unpack-path to the repository root. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: Ic8b64dcf4717ff6a163d8a674e5e7c2c6d162b98
2024-03-06gnu: go-github-com-vividcortex-ewma: Fix import-path.Troy Figiel
* gnu/packages/golang.scm (go-github-com-vividcortex-ewma): Fix import-path. [arguments]<#:import-path>: Use proper capitalization. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-03-06gnu: go-github-com-shirou-gopsutil: Move to golang-xyz.Troy Figiel
* gnu/packages/golang.scm (go-github-com-shirou-gopsutil): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-03-01gnu: go-github-com-signintech-gopdf: Remove examples.Troy Figiel
* gnu/packages/golang.scm (go-github-com-signintech-gopdf): Remove examples. [arguments] <#:phases>: Add remove-examples phase. Signed-off-by: Hilton Chain <hako@ultrarare.space> Change-Id: I0a285c30856d3b22fa8abdbe71e1f0e149dae082
2024-03-01gnu: go-github-com-signintech-gopdf: Update to 0.22.1.Troy Figiel
* gnu/packages/golang.scm (go-github-com-signintech-gopdf): Update to 0.22.1. Signed-off-by: Hilton Chain <hako@ultrarare.space>
2024-02-19gnu: Add go-github-com-bmatcuk-doublestar-v2.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-bmatcuk-doublestar-v2): New variable. Change-Id: I56d5588a1741a8e6c86320ec07bc86805f34fc91
2024-02-19gnu: go-github-com-songmu-gitconfig: Move to golang-xyz.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-songmu-gitconfig): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. * gnu/packages/version-control.scm: Add (gnu packages golang-xyx) module. Change-Id: Ibab2595d981d46096501bb8ab495e899d2aacf7d
2024-02-19gnu: go-github-com-alecthomas-chroma: Move to golang-xyz.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-alecthomas-chroma): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. * gnu/packages/configuration-management.scm: Add (gnu packages golang-xyz) module. Change-Id: I0f5f7068f530b282f3636678e9edc4fad6c8c94a
2024-02-19gnu: go-github-com-coreos-go-semver: Update to 0.3.1.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-coreos-go-semver): Update to 0.3.1. Change-Id: I1b43d705c587c5a6030b96ce4419d58d8513b1cb
2024-02-19gnu: go-github-com-coreos-go-semver: Add missing input.Troy Figiel
* gnu/packages/golang.scm (go-github-com-coreos-go-semver): Add missing input. [propagated-inputs]: Add go-gopkg-in-yaml-v2. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: I0ba64084dcd939ee4a95f4629351f7ac9a49a8cb
2024-02-19gnu: go-github-com-schollz-progressbar-v3: Remove examples.Troy Figiel
* gnu/packages/golang.scm (go-github-com-schollz-progressbar-v3): Remove examples. [arguments] <#:phases>: Add remove-examples phase. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: Ib1aa91160a8e94624d484654572da1b89305e076
2024-02-19gnu: go-github-com-mesilliac-pulse-simple: Remove examples.Troy Figiel
* gnu/packages/golang.scm (go-github-com-mesilliac-pulse-simple): Remove examples. [arguments] <#:phases>: Add remove-examples phase. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-19gnu: go-github-com-mattn-go-colorable: Add missing input.Troy Figiel
* gnu/packages/golang.scm (go-github-com-mattn-go-colorable): Add missing input. [native-inputs]: Move go-github-com-mattn-go-isatty from here ... [propagated-inputs]: ... to here. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-19gnu: go-github-com-charmbracelet-harmonica: Remove examples.Troy Figiel
* gnu/packages/golang.scm (go-github-com-charmbracelet-harmonica): Remove examples. [arguments] <#:phases>: Add remove-examples phase. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-18gnu: Add go-go-uber-org-goleak.Greg Hogan
* gnu/packages/golang.scm (go-go-uber-org-goleak): New variable. Change-Id: I4dd8f244c44ced8910752f67b318c4e39d5acd74 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-02-18gnu: Add go-github-com-cli-safeexec.Greg Hogan
* gnu/packages/golang.scm (go-github-com-cli-safeexec): New variable. Change-Id: Ibc183f5185de16b4d6528697cbc85183a3282733 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-02-16gnu: go-github-com-op-go-logging: Move to golang-xyz.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-op-go-logging): Move from here ... * gnu/packages/golang-xyz.scm: ... to here Change-Id: Ifd2e30b644c7727650eef1996e86b679c994cb35
2024-02-16gnu: go-github-com-spf13-cobra: Update to 1.8.0.Hilton Chain
* gnu/packages/golang.scm (go-github-com-spf13-cobra): Update to 1.8.0. [propagated-inputs]: Remove labels. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: I3eff757674ff9eafa1bd1c32bfb12616faa080c6
2024-02-16gnu: Add go-github-com-pelletier-go-toml-v2.Hilton Chain
* gnu/packages/golang.scm (go-github-com-pelletier-go-toml-v2): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: Ibc9ee1c7dc3aac1628d2bd32fafc65c23d25c8e8
2024-02-16gnu: go-github-com-magiconair-properties: Update to 1.8.7.Hilton Chain
* gnu/packages/golang.scm (go-github-com-magiconair-properties): Update to 1.8.7. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-16gnu: go-github-com-goccy-yaml: Update to 1.11.3.Hilton Chain
* gnu/packages/golang.scm (go-github-com-goccy-yaml): Update to 1.11.3. [arguments] <#:go>: Use go-1.18. [native-inputs]: Add go-github-com-google-go-cmp-cmp. Replace go-gopkg-in-go-playground-validator-v9 with go-github-com-go-playground-validator-v10. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: Ic037a61fe627411d380887d7a9f9962abf6ca004
2024-02-16gnu: Add go-github-com-go-playground-validator-v10.Hilton Chain
* gnu/packages/golang.scm (go-github-com-go-playground-validator-v10): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: Id54761e39cd01b3fa84d4183f5da87e8587f90d0
2024-02-16gnu: go-github-com-leodido-go-urn: Update to 1.4.0.Hilton Chain
* gnu/packages/golang.scm (go-github-com-leodido-go-urn): Update to 1.4.0. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: I22c392c55843d99f7ab9d69eb46d7c541e7b73f8
2024-02-16gnu: go-github-com-go-playground-universal-translator: Update to 0.18.1.Hilton Chain
* gnu/packages/golang.scm (go-github-com-go-playground-universal-translator): Update to 0.18.1. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: Ia7b89b4f53af9288c9f5c449ef0734f2971031f5
2024-02-16gnu: go-github-com-fatih-color: Update to 1.16.0.Hilton Chain
Fix lint warning: permanent redirect from <https://godoc.org/github.com/fatih/color> to <https://pkg.go.dev/github.com/fatih/color?utm_source=godoc> * gnu/packages/golang.scm (go-github-com-fatih-color): Update to 1.16.0. [home-page]: Adjust it to resolve lint warning. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: I36921eab9350cb3581b58b5cb79fb0e04929045d
2024-02-16gnu: go-github-com-mattn-go-colorable: Update to 0.1.13.Hilton Chain
* gnu/packages/golang.scm (go-github-com-mattn-go-colorable): Update to 0.1.13 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-16gnu: go-github-com-mattn-go-isatty: Update to 0.0.20.Hilton Chain
* gnu/packages/golang.scm (go-github-com-mattn-go-isatty): Update to 0.0.20. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: Ic76d494bde95315315a153211f241d80de17ce92
2024-02-16gnu: go-github-com-alecthomas-repr: Update to 0.3.0.Hilton Chain
* gnu/packages/golang.scm (go-github-com-alecthomas-repr): Update to 0.3.0. [arguments] <#:go>: Use go-1.18. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: I3fe2baeff3cd4736688552029cf3902da01a415a
2024-02-15gnu: go-github-com-mattn-go-shellwords: Move to golang-xyz.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-mattn-go-shellwords): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. * gnu/packages/terminals.scm: Add (gnu packages golang-xyz) module. Change-Id: Icedf167f4477c6a84fd1b897ca208d6e737efb48
2024-02-15gnu: go-github-com-mattn-go-shellwords: Enable tests.Sarah Morgensen
* gnu/packages/golang.scm (go-github-com-mattn-go-shellwords) [arguments] <#:tests?>: Enable tests. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: Ib306e412e28ad7c2d005b6662e23a20afcaeaf40
2024-02-15gnu: go-github-com-mattn-go-shellwords: Fix sh path.Sarah Morgensen
* gnu/packages/golang.scm (go-github-com-mattn-go-shellwords) [arguments] <#:phases> {patch-sh-path}: New phase. Co-authored-by: Sharlatan Hellseher <sharlatanus@mgail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: I9e8051a502471ff1ade2517c9d839af765de3a25
2024-02-15gnu: go-github-com-mattn-go-shellwords: Fix indentation.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-mattn-go-shellwords): Fix indentation. Change-Id: Ib8825a82f92096f17d50bbbc1645c212c2986aa7
2024-02-15gnu: go-github-com-mattn-go-shellwords: Update to 1.0.12.Sarah Morgensen
* gnu/packages/golang.scm (go-github-com-mattn-go-shellwords): Update to 1.0.12. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: Idc4cfdcddacce007cd2d4ba1274a7752a25756e3
2024-02-14gnu: go-github-com-coreos-go-systemd-activation: Move to golang-xyz.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-coreos-go-systemd-activation): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. * gnu/packages/backup.scm: Add (gnu packages golang-xyz) module. Change-Id: I6bcc819e65347588103064a892f8c6c46288179a