summaryrefslogtreecommitdiff
path: root/gnu/packages/golang-check.scm
AgeCommit message (Collapse)Author
2024-02-19gnu: go-github-com-alecthomas-assert-v2: Update to 2.5.0.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-github-com-alecthomas-assert-v2): Update to 2.5.0. Change-Id: Ie0a1ad0488b499092437ce56f9df83d90d1be1e9
2024-02-19gnu: go-github-com-alecthomas-assert: Depricate package.Sharlatan Hellseher
The package go-github-com-alecthomas-assert is succeeded by go-github-com-alecthomas-assert-v2 not in use by any others and failed to build, see <https://ci.guix.gnu.org/build/3490314/log/raw>. * gnu/packages/golang-check.scm (go-github-com-alecthomas-assert): Remove variable. Change-Id: Ia3f7b039c4de9b1b2956f0bfc2629d791aa9cf5a
2024-02-16gnu: Add go-github-com-go-playground-assert-v2.Hilton Chain
* gnu/packages/golang-check.scm (go-github-com-go-playground-assert-v2): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: I18a67488291313c18a8e973614d78b6344d4dc45
2024-02-16gnu: Add go-github-com-alecthomas-assert-v2.Hilton Chain
* gnu/packages/golang-check.scm (go-github-com-alecthomas-assert-v2): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-16gnu: Add go-github-com-hexops-gotextdiff.Hilton Chain
* gnu/packages/golang-check.scm (go-github-com-hexops-gotextdiff): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: Id133f1970759e104213726d4243600f86097aaad
2024-02-13gnu: go-github-com-go-test-deep: Move to golang-check.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-go-test-deep): Move from here ... * gnu/packages/golang-check.scm: ... to here. Change-Id: I47fec9c4e399067494eb20c214a47958b3cf755d
2024-02-13gnu: go-golang-org-sql-mock: Remove examples.Troy Figiel
* gnu/packages/golang-check.scm (go-golang-org-sql-mock) [source]: Remove examples. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: I51454ed64c9beda076120d9ef635a43e4b85d6a1
2024-02-13gnu: go-github-com-burntsushi-toml: Move to golang-xyz.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-burntsushi-toml): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. * gnu/packages/golang-check.scm: Add (gnu packages golang-xyz) module. * gnu/packages/golang.scm: As above. * gnu/packages/shellutils.scm: As above. Change-Id: If8a645431a1fb17159681daae70db49fd21b37c1
2024-02-13gnu: go-github-com-davecgh-go-spew: Move to golang-check.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-davecgh-go-spew): Move from here ... * gnu/packages/golang-check.scm: ... to here. * gnu/packages/high-availability.scm: Add (gnu packages golang-check) module. Change-Id: I935006c3656b7bf18b91e529296778672338f094
2024-02-13gnu: go-golang-org-x-net: Move to golang-build.Sharlatan Hellseher
* gnu/packages/golang.scm (go-golang-org-x-net, go-golang-org-x-net-0.17, go-golang-org-x-net-html): Move from here ... * gnu/packages/golang-build.scm: ... to here. * gnu/packages/configuration-management.scm: Add (gnu packages golang-build) module. * gnu/packages/education.scm: As above ... * gnu/packages/file-systems.scm: As above ... * gnu/packages/golang-check.scm: As above ... * gnu/packages/golang-crypto.scm: As above ... * gnu/packages/golang-web.scm: As above ... * gnu/packages/golang-xyz.scm: As above ... * gnu/packages/golang.scm: As above ... * gnu/packages/ipfs.scm: As above ... * gnu/packages/messaging.scm: As above ... * gnu/packages/networking.scm: As above ... * gnu/packages/uucp.scm: As above ... * gnu/packages/version-control.scm: As above ... Change-Id: If009e62555ada293f17cf0f42fde82c21ef4615e
2024-02-08gnu: Add go-github-com-prashantv-gostub.Benjamin
* gnu/packages/golang-check.scm (go-github-com-prashantv-gostub): New variable. Change-Id: I2ffde6cb83e4c7f6b2e412b38341add952803719 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-01gnu: go-structlayout-pretty: Fix build.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-structlayout-pretty) [arguments] <#:go>: Swap to go-1.20. Change-Id: I3afe393468d69e8ec78c6bb62d8ac6714b15a611
2024-02-01gnu: go-structlayout-optimize: Fix build.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-structlayout-optimize) [arguments] <#:go>: Swap to go-1.20. Change-Id: I8ca2f7be5749e8f54c7decc84853ae3f665ba97c
2024-02-01gnu: go-structlayout: Fix build.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-structlayout) [arguments] <#:go>: Swap to go-1.20. Change-Id: I97721cec7624a89439113cf089599d4229ff1d33
2024-02-01gnu: go-staticcheck: Fix build.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-staticcheck) [arguments] <#:go>: Swap to go-1.20. Change-Id: Ic4550e063326d19247098f0713002359a4cc2750
2024-02-01gnu: go-keyify: Fix build.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-keyify) [arguments] <#:go>: Swap to go-20. Change-Id: Ida1aafbbbf4c6a0ff8104c81b82b66c7ecb64218
2024-01-31gnu: go-honnef-co-go-tools: Update to 0.4.6.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-honnef-co-go-tools): Update to 0.4.6. Change-Id: Iac26c3147104a06a72e5910edb9fb3deba6be486
2024-01-31gnu: golang-check: Sort packages alphabetically.Sharlatan Hellseher
This commit is a housekeeping measure to prepare for natural and structured enlargement. * gnu/packages/golang-check.scm: Improve module commentary introduce sections for libraries and executables and sort packages alphabetically. Change-Id: Ifcac216c1c04e569cfdf2a7d902165a36ed06b32
2024-01-31gnu: go-honnef-co-go-tools: Update homepage.Sharlatan Hellseher
Fixing lint warning by updating home page to actual one found on project's GitHub page: URI <https://honnef.co/go/tools> returned suspiciously small file (333 bytes) * gnu/packages/golang-check.scm (go-honnef-co-go-tools) [home-page]: Update it. Change-Id: I8956b146ff3f826c11b03212c365cf91120380b6
2024-01-31gnu: go-honnef-co-go-tools: Improve synopsis and description.Nicolas Graves
* gnu/packages/golang-check.scm (go-honnef-co-go-tools): Improve synopsis and description. Change-Id: I357626457418f8c6f1b05918226c33f7faa88d49 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-01-31gnu: Add go-structlayout-pretty.Nicolas Graves
* gnu/packages/golang-check.scm (go-structlayout-pretty): New variable. Change-Id: I622a991b12708ee52eb412a3c6b3fbeeb512843d Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-01-31gnu: Add go-structlayout-optimize.Nicolas Graves
* gnu/packages/golang-check.scm (go-structlayout-optimize): New variable. Change-Id: I7e1ce9acbe3ec09cc8b441de4816b247a2742938 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-01-31gnu: Add go-structlayout.Nicolas Graves
* gnu/packages/golang-check.scm (go-structlayout): New variable. Change-Id: I7440cdf75238fc73451cefc73b3ce3eb3d4da323 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-01-31gnu: Add go-staticcheck.Nicolas Graves
* gnu/packages/golang-check.scm (go-staticcheck): New variable. Change-Id: I82ce27df1bdbd79ae4740928e0661b585289d02b Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-01-31gnu: Add go-keyify.Nicolas Graves
* gnu/packages/golang-check.scm (go-keyify): New variable. Change-Id: I99d41a18cb0e00dd35bef9c2c8fce12748f24ad4 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-01-31gnu: Remove go-github-com-kisielk-gotool.Nicolas Graves
* gnu/packages/golang-check.scm (go-github-com-kisielk-gotool): Delete variable. Change-Id: Ic99bba40f4cd66335656f27bf7dd97d1b90bb8f1 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-01-28gnu: go-github.com-smartystreets-goconvey: Move to (gnu packages golang-check).Sharlatan Hellseher
* gnu/packages/check.scm (go-github.com-smartystreets-goconvey): Move from here ... * gnu/packages/golang-check.scm: ... to here. Change-Id: I19d8db6e3b07e1d165396c0498e328b70b2cc760
2024-01-28gnu: go-github.com-smartystreets-assertions: Move to (gnu packages ↵Sharlatan Hellseher
golang-check). * gnu/packages/check.scm (go-github.com-smartystreets-assertions): Move from here ... * gnu/packages/golang-check.scm: ... to here. Change-Id: Ia90bbe984fe19dd48d9df91364a7ecf2bf8bd37f
2024-01-28gnu: go-github.com-smartystreets-gunit: Move to (gnu packages golang-check).Sharlatan Hellseher
* gnu/packages/check.scm (go-github.com-smartystreets-gunit): Move from here ... * gnu/packages/golang-check.scm: ... to here. Change-Id: I7204e118f99064027f0e10838d2b44fee212d21d
2023-12-31gnu: go-github-com-stretchr-testify-bootstrap: Move to golang-check.scmEfraim Flashner
* gnu/packages/golang.scm (go-github-com-stretchr-testify-bootstrap): Move from here ... * gnu/packages/golang-check.scm: ... to here. Change-Id: Iaa32e1c17a0e5a372613302e5e7fbf8de4d9572a
2023-10-22gnu: go-github-com-alecthomas-assert: Move to (gnu packages golang-check).Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-github-com-alecthomas-assert): Move from here... * gnu/packages/golang.scm: ... to here. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-10-22gnu: go-golang-org-sql-mock: Move to (gnu packages golang-check).Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-golang-org-sql-mock): Move from here... * gnu/packages/golang.scm: ... to here. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-10-22gnu: go-golang-org-x-lint: Move to (gnu packages golang-check).Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-golang-org-x-lint): Move from here... * gnu/packages/golang.scm: ... to here. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-10-22gnu: go-honnef-co-go-tools: Move to (gnu packages golang-check).Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-honnef-co-go-tools): Move from here... * gnu/packages/golang.scm: ... to here. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-10-22gnu: go-github-com-onsi-ginkgo: Move to (gnu packages golang-check).Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-github-com-onsi-ginkgo): Move from here... * gnu/packages/golang.scm: ... to here. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-10-22gnu: go-github-com-google-go-cmdtest: Move to (gnu packages golang-check).Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-github-com-google-go-cmdtest): Move from here... * gnu/packages/golang.scm: ... to here. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-10-22gnu: go-github-com-frankban-quicktest: Move to (gnu packages golang-check).Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-github-com-frankban-quicktest): Move from here... * gnu/packages/golang.scm: ... to here. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-10-22gnu: go-github-com-cheekybits-is: Move to (gnu packages golang-check).Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-github-com-cheekybits-is): Move from here... * gnu/packages/golang.scm: ... to here. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-10-22gnu: go-github-com-google-gofuzz: Move to (gnu packages golang-check).Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-github-com-google-gofuzz): Move from here... * gnu/packages/golang.scm: ... to here. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-10-22gnu: go-github-com-jacobsa-ogletest: Move to (gnu packages golang-check).Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-github-com-jacobsa-ogletest): Move from here... * gnu/packages/golang.scm: ... to here. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-10-22gnu: go-github-com-tdewolff-test: Move to (gnu packages golang-check).Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-github-com-tdewolff-test): Move from here... * gnu/packages/golang.scm: ... to here. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-10-22gnu: go-gopkg-in-go-playground-assert-v1: Move to (gnu packages golang-check).Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-gopkg-in-go-playground-assert-v1): Move from here... * gnu/packages/golang.scm: ... to here. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-10-22gnu: go-github-com-golangplus-testing: Move to (gnu packages golang-check).Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-golangplus-testing): Move from here... * gnu/packages/golang-check.scm: ... to here. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-10-22gnu: go-github-com-jacobsa-oglematchers: Move to (gnu packages golang-check).Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-jacobsa-oglematchers): Move from here... * gnu/packages/golang-check.scm: ... to here. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-10-22gnu: go-gopkg-in-check-v1: Move to (gnu packages golang-check).Sharlatan Hellseher
* gnu/packages/golang.scm (go-gopkg-in-check-v1): Move from here... * gnu/packages/golang-check.scm (go-gopkg-in-check-v1): ... to here. * gnu/packages/bioinformatics.scm: Add (gnu-packages golang-check) to use-module. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-10-22gnu: go-github-com-stretchr-testify: Remove labels.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-github-com-stretchr-testify): Remove input lables. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: Ibe9dcd7b55681cf6c5b76c44ef03de2e2f02bcd9
2023-10-22gnu: go-github-com-jacobsa-oglemock: Move to (gnu packages golang-check)Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-jacobsa-oglemock): Move from here... * gnu/packages/golang-check.scm: ... to here. * gnu/packages/file-systems.scm: Add use-module (gnu-packages golang-check). Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-10-22gnu: go-github-com-stretchr-testify: Move to (gnu packages golang-check).Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-stretchr-testify): Move from here... * gnu/packages/golang-check.scm: ...to here. * gnu/packages/databases.scm: Add (gnu packages golang-check) module. * gnu/packages/education.scm: As above... * gnu/packages/ipfs.scm: As above... * gnu/packages/irc.scm: As above... * gnu/packages/mail.scm: As above... * gnu/packages/textutils.scm: As above... * gnu/packages/version-control.scm: As above... Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-10-22gnu: Add (gnu packages golang-check) module.Sharlatan Hellseher
* gnu/packages/golang-check.scm: New file. * gnu/local.mk: Add to gnu/packages/golang-check.scm scope. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>