aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/golang-check.scm
AgeCommit message (Collapse)Author
2024-07-07gnu: go-github-com-alecthomas-assert-v2: Update to 2.10.0.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-github-com-alecthomas-assert-v2): Update to 2.10.0. Change-Id: I61bf0c639efb2304896f03756725f9c98d212060
2024-07-03gnu: Add go-github-com-marvinjwendt-testza.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-github-com-marvinjwendt-testza): New variable. Change-Id: I7aae5264286beda3462fd17304a68d62fdcd3cdb
2024-07-03gnu: Add go-github-com-otiai10-mint.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-github-com-otiai10-mint): New variable. Change-Id: I2b203256756bf9dbeb838e2b289f4ffb9c902404
2024-07-03gnu: Add go-atomicgo-dev-assert.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-atomicgo-dev-assert): New variable. Change-Id: I987bdc50978da3cb6758d99bb4330e0a3bf3d14a
2024-06-29gnu: go-github-com-golang-protobuf-proto: Adjust package name.Sharlatan Hellseher
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>
2024-06-29gnu: Add go-go-etcd-io-gofail.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-go-etcd-io-gofail): New variable. Change-Id: I86478db4267cd8559c1d87497f1b635ffe86192d
2024-06-27gnu: go-github-com-sasha-s-go-deadlock: Update to 0.3.1.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-github-com-sasha-s-go-deadlock): Update to 0.3.1. Change-Id: Ief7fcbf1b6d68deb1e8c47a9dcf6f12c5a5bb291
2024-06-27gnu: go-github-com-petermattis-goid: Update to 0.0.0-2.bb94eb5.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-github-com-petermattis-goid): Update to 0.0.0-2.bb94eb5. Change-Id: I8403c200037dccac6c65def47e97a0218ff3f9a9
2024-06-27gnu: go-github-com-sasha-s-go-deadlock: Move to golang-check.Sharlatan Hellseher
* gnu/packages/syncthing.scm (go-github-com-sasha-s-go-deadlock): Move from here ... * gnu/packages/golang-check.scm: ... to here. Change-Id: Id3d101897b4ac056cfe48a52289dd3e4f51402d8
2024-06-27gnu: go-github-com-petermattis-goid: Move to golang-check.Sharlatan Hellseher
* gnu/packages/syncthing.scm (go-github-com-petermattis-goid): Move from here ... * gnu/packages/golang-check.scm: ... to here. Change-Id: I68182d8131afdcb346076d4f1e69ccf680b48cdb
2024-06-19gnu: Add go-github-com-warpfork-go-testmark.Artyom V. Poptsov
* gnu/packages/golang-check.scm (go-github-com-warpfork-go-testmark): New variable. Change-Id: Ie8c4524ead7f6199dc9de92c1de86e6ad2289512 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-05-22gnu: Add go-ginkgo.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-ginkgo): New variable. Change-Id: I5c56c87a75c383ec159cee4e7eaa7808bfdcd1f7
2024-05-22gnu: go-github-com-onsi-gomega: Update to 1.33.1.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-github-com-onsi-gomega): Update to 1.33.1. [arguments] <#:go>: Swap to go-1.21. [propagated-inputs]: Remove go-gopkg-in-yaml-v2; add go-gopkg-in-yaml-v3. Change-Id: I910206fd44198550bdc7da1ebdaff3874d89f1ed
2024-05-22gnu: go-github-com-onsi-ginkgo-v2: Update to 2.18.0.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-github-com-onsi-ginkgo-v2): Update to 2.18.0. [propagated-inputs]: Remove go-github-com-go-task-slim-sprig; add go-github-com-go-task-slim-sprig-v3 and go-github-com-google-pprof. Change-Id: I3af9d36e1428745557173135fcaa1e4623d4f57f
2024-05-22gnu: Add go-go-uber-org-mock.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-go-uber-org-mock): New variable. Change-Id: I9028edc15f1acd3301fde3a49eae8cc28568c6a5
2024-05-16gnu: Add go-github-com-elgris-jsondiff.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-github-com-elgris-jsondiff): New variable. Change-Id: Ie0b85240bd0a9e68f9274edab6a15f34f42de26c
2024-05-16gnu: Add go-github-com-warpfork-go-wish.Artyom V. Poptsov
* gnu/packages/golang-check.scm (go-github-com-warpfork-go-wish): New variable. * gnu/packages/patches/go-github-com-warpfork-go-wish-fix-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Add "go-github-com-warpfork-go-wish-fix-tests.patch". Change-Id: Ic3245a1112ef2e04b22cf26be23f27bf3ff90e9e Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-04-12gnu: go-go-uber-org-goleak: Fix hompe-page.Sharlatan Hellseher
Ammend a lint warning: URI https://go.uber.org/goleak returned suspiciously small file (581 bytes). * gnu/packages/golang-check.scm (go-go-uber-org-goleak): Fix home page. Change-Id: Id911550e750c35a7e1bab1428e9f393974c78c84
2024-04-12gnu: go-go-uber-org-goleak: Move to golang-check.Sharlatan Hellseher
* gnu/packages/golang.scm (go-go-uber-org-goleak): Move from here ... * gnu/packages/golang-check.scm: ... to here. Change-Id: Iaadd6506457cb3487df8f27f71442a6dcabce816
2024-04-12gnu: Add go-github-com-stretchr-testify-next.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-github-com-stretchr-testify-next): New variable. Change-Id: Ib24b9f68be04ba4066fb130909e59e1df71e4bf7
2024-04-06gnu: Add go-github-com-pkg-profile.Fries
* gnu/packages/golang-check.scm (go-github-com-pkg-profile): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: I135b3f0ccadd27847a5745a71d75ec6c5b4d2b9e
2024-04-06gnu: Add go-github-com-felixge-fgprof.Fries
* gnu/packages/golang-check.scm (go-github-com-felixge-fgprof): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: Ib97bfc180e1bfffbc01aee348feb15431650ddb5
2024-04-06gnu: Add go-github-com-google-pprof.Fries
* gnu/packages/golang-check.scm (go-github-com-google-pprof, go-pprof): New variables. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: I5faecfa8ef9318fe3e2de4af62b9876cc3732714
2024-04-06gnu: Add go-github-com-chzyer-test.Fries
* gnu/packages/golang-check.scm (go-github-com-chzyer-test): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: Ibbc266255bbc29737be3971516b5eef567a1175b
2024-04-04gnu: go-github-com-onsi-gomega: Move to golang-check.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-onsi-gomega): Move from here ... * gnu/packages/golang-check.scm: ... to here. Change-Id: Ia9a7d0e88ebda2fcfb3fe623163e270756900e94
2024-04-04gnu: go-github-com-onsi-ginkgo: Refresh package style.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-github-com-onsi-ginkgo) [arguments]: Place <#:import-path> on new line. [propagated-inputs]: Sort inputs alphabetically. Change-Id: I70b7f1838c8d8fc6744ad724ed4b79fdd645f6c4
2024-04-04gnu: Add go-github-com-onsi-ginkgo-v2.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-github-com-onsi-ginkgo-v2): New variable. Change-Id: Ied8167b850d5e5262713d0858ef7160d5c3d74c2
2024-03-21gnu: Add go-pgregory-net-rapid.Artyom V. Poptsov
* gnu/packages/golang-check.scm (go-pgregory-net-rapid): New variable. Change-Id: I09a89c779a352e6a102d0b4c7af3aa1f7c3cac70 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-03-16gnu: Add go-github-com-jbenet-go-cienv.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-github-com-jbenet-go-cienv): New variable. Change-Id: I3a24335bff63f4364695cad6a1c88ea09dc8d357
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>