summaryrefslogtreecommitdiff
path: root/gnu/packages/golang-check.scm
Commit message (Collapse)AuthorAge
* gnu: Add go-github-com-warpfork-go-testmark.Artyom V. Poptsov2024-06-19
| | | | | | | * gnu/packages/golang-check.scm (go-github-com-warpfork-go-testmark): New variable. Change-Id: Ie8c4524ead7f6199dc9de92c1de86e6ad2289512 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: Add go-ginkgo.Sharlatan Hellseher2024-05-22
| | | | | | * gnu/packages/golang-check.scm (go-ginkgo): New variable. Change-Id: I5c56c87a75c383ec159cee4e7eaa7808bfdcd1f7
* gnu: go-github-com-onsi-gomega: Update to 1.33.1.Sharlatan Hellseher2024-05-22
| | | | | | | | * 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
* gnu: go-github-com-onsi-ginkgo-v2: Update to 2.18.0.Sharlatan Hellseher2024-05-22
| | | | | | | | * 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
* gnu: Add go-go-uber-org-mock.Sharlatan Hellseher2024-05-22
| | | | | | * gnu/packages/golang-check.scm (go-go-uber-org-mock): New variable. Change-Id: I9028edc15f1acd3301fde3a49eae8cc28568c6a5
* gnu: Add go-github-com-elgris-jsondiff.Sharlatan Hellseher2024-05-16
| | | | | | * gnu/packages/golang-check.scm (go-github-com-elgris-jsondiff): New variable. Change-Id: Ie0b85240bd0a9e68f9274edab6a15f34f42de26c
* gnu: Add go-github-com-warpfork-go-wish.Artyom V. Poptsov2024-05-16
| | | | | | | | | | | * 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>
* gnu: go-go-uber-org-goleak: Fix hompe-page.Sharlatan Hellseher2024-04-12
| | | | | | | | | 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
* gnu: go-go-uber-org-goleak: Move to golang-check.Sharlatan Hellseher2024-04-12
| | | | | | | * gnu/packages/golang.scm (go-go-uber-org-goleak): Move from here ... * gnu/packages/golang-check.scm: ... to here. Change-Id: Iaadd6506457cb3487df8f27f71442a6dcabce816
* gnu: Add go-github-com-stretchr-testify-next.Sharlatan Hellseher2024-04-12
| | | | | | | * gnu/packages/golang-check.scm (go-github-com-stretchr-testify-next): New variable. Change-Id: Ib24b9f68be04ba4066fb130909e59e1df71e4bf7
* gnu: Add go-github-com-pkg-profile.Fries2024-04-06
| | | | | | | | * gnu/packages/golang-check.scm (go-github-com-pkg-profile): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: I135b3f0ccadd27847a5745a71d75ec6c5b4d2b9e
* gnu: Add go-github-com-felixge-fgprof.Fries2024-04-06
| | | | | | | | * gnu/packages/golang-check.scm (go-github-com-felixge-fgprof): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: Ib97bfc180e1bfffbc01aee348feb15431650ddb5
* gnu: Add go-github-com-google-pprof.Fries2024-04-06
| | | | | | | | * 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
* gnu: Add go-github-com-chzyer-test.Fries2024-04-06
| | | | | | | | * gnu/packages/golang-check.scm (go-github-com-chzyer-test): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: Ibbc266255bbc29737be3971516b5eef567a1175b
* gnu: go-github-com-onsi-gomega: Move to golang-check.Sharlatan Hellseher2024-04-04
| | | | | | | * gnu/packages/golang.scm (go-github-com-onsi-gomega): Move from here ... * gnu/packages/golang-check.scm: ... to here. Change-Id: Ia9a7d0e88ebda2fcfb3fe623163e270756900e94
* gnu: go-github-com-onsi-ginkgo: Refresh package style.Sharlatan Hellseher2024-04-04
| | | | | | | | * 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
* gnu: Add go-github-com-onsi-ginkgo-v2.Sharlatan Hellseher2024-04-04
| | | | | | | * gnu/packages/golang-check.scm (go-github-com-onsi-ginkgo-v2): New variable. Change-Id: Ied8167b850d5e5262713d0858ef7160d5c3d74c2
* gnu: Add go-pgregory-net-rapid.Artyom V. Poptsov2024-03-21
| | | | | | | * gnu/packages/golang-check.scm (go-pgregory-net-rapid): New variable. Change-Id: I09a89c779a352e6a102d0b4c7af3aa1f7c3cac70 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: Add go-github-com-jbenet-go-cienv.Sharlatan Hellseher2024-03-16
| | | | | | * gnu/packages/golang-check.scm (go-github-com-jbenet-go-cienv): New variable. Change-Id: I3a24335bff63f4364695cad6a1c88ea09dc8d357
* gnu: go-github-com-alecthomas-assert-v2: Update to 2.5.0.Sharlatan Hellseher2024-02-19
| | | | | | * gnu/packages/golang-check.scm (go-github-com-alecthomas-assert-v2): Update to 2.5.0. Change-Id: Ie0a1ad0488b499092437ce56f9df83d90d1be1e9
* gnu: go-github-com-alecthomas-assert: Depricate package.Sharlatan Hellseher2024-02-19
| | | | | | | | | | | 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
* gnu: Add go-github-com-go-playground-assert-v2.Hilton Chain2024-02-16
| | | | | | | | * 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
* gnu: Add go-github-com-alecthomas-assert-v2.Hilton Chain2024-02-16
| | | | | | | * gnu/packages/golang-check.scm (go-github-com-alecthomas-assert-v2): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: Add go-github-com-hexops-gotextdiff.Hilton Chain2024-02-16
| | | | | | | | * gnu/packages/golang-check.scm (go-github-com-hexops-gotextdiff): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: Id133f1970759e104213726d4243600f86097aaad
* gnu: go-github-com-go-test-deep: Move to golang-check.Sharlatan Hellseher2024-02-13
| | | | | | | * gnu/packages/golang.scm (go-github-com-go-test-deep): Move from here ... * gnu/packages/golang-check.scm: ... to here. Change-Id: I47fec9c4e399067494eb20c214a47958b3cf755d
* gnu: go-golang-org-sql-mock: Remove examples.Troy Figiel2024-02-13
| | | | | | | | * gnu/packages/golang-check.scm (go-golang-org-sql-mock) [source]: Remove examples. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: I51454ed64c9beda076120d9ef635a43e4b85d6a1
* gnu: go-github-com-burntsushi-toml: Move to golang-xyz.Sharlatan Hellseher2024-02-13
| | | | | | | | | | | | * 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
* gnu: go-github-com-davecgh-go-spew: Move to golang-check.Sharlatan Hellseher2024-02-13
| | | | | | | | | | * 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
* gnu: go-golang-org-x-net: Move to golang-build.Sharlatan Hellseher2024-02-13
| | | | | | | | | | | | | | | | | | | | | | * 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
* gnu: Add go-github-com-prashantv-gostub.Benjamin2024-02-08
| | | | | | | * gnu/packages/golang-check.scm (go-github-com-prashantv-gostub): New variable. Change-Id: I2ffde6cb83e4c7f6b2e412b38341add952803719 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: go-structlayout-pretty: Fix build.Sharlatan Hellseher2024-02-01
| | | | | | | * gnu/packages/golang-check.scm (go-structlayout-pretty) [arguments] <#:go>: Swap to go-1.20. Change-Id: I3afe393468d69e8ec78c6bb62d8ac6714b15a611
* gnu: go-structlayout-optimize: Fix build.Sharlatan Hellseher2024-02-01
| | | | | | | * gnu/packages/golang-check.scm (go-structlayout-optimize) [arguments] <#:go>: Swap to go-1.20. Change-Id: I8ca2f7be5749e8f54c7decc84853ae3f665ba97c
* gnu: go-structlayout: Fix build.Sharlatan Hellseher2024-02-01
| | | | | | | * gnu/packages/golang-check.scm (go-structlayout) [arguments] <#:go>: Swap to go-1.20. Change-Id: I97721cec7624a89439113cf089599d4229ff1d33
* gnu: go-staticcheck: Fix build.Sharlatan Hellseher2024-02-01
| | | | | | | * gnu/packages/golang-check.scm (go-staticcheck) [arguments] <#:go>: Swap to go-1.20. Change-Id: Ic4550e063326d19247098f0713002359a4cc2750
* gnu: go-keyify: Fix build.Sharlatan Hellseher2024-02-01
| | | | | | | * gnu/packages/golang-check.scm (go-keyify) [arguments] <#:go>: Swap to go-20. Change-Id: Ida1aafbbbf4c6a0ff8104c81b82b66c7ecb64218
* gnu: go-honnef-co-go-tools: Update to 0.4.6.Sharlatan Hellseher2024-01-31
| | | | | | * gnu/packages/golang-check.scm (go-honnef-co-go-tools): Update to 0.4.6. Change-Id: Iac26c3147104a06a72e5910edb9fb3deba6be486
* gnu: golang-check: Sort packages alphabetically.Sharlatan Hellseher2024-01-31
| | | | | | | | | | 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
* gnu: go-honnef-co-go-tools: Update homepage.Sharlatan Hellseher2024-01-31
| | | | | | | | | | | 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
* gnu: go-honnef-co-go-tools: Improve synopsis and description.Nicolas Graves2024-01-31
| | | | | | | | * 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>
* gnu: Add go-structlayout-pretty.Nicolas Graves2024-01-31
| | | | | | | * gnu/packages/golang-check.scm (go-structlayout-pretty): New variable. Change-Id: I622a991b12708ee52eb412a3c6b3fbeeb512843d Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: Add go-structlayout-optimize.Nicolas Graves2024-01-31
| | | | | | | * gnu/packages/golang-check.scm (go-structlayout-optimize): New variable. Change-Id: I7e1ce9acbe3ec09cc8b441de4816b247a2742938 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: Add go-structlayout.Nicolas Graves2024-01-31
| | | | | | | * gnu/packages/golang-check.scm (go-structlayout): New variable. Change-Id: I7440cdf75238fc73451cefc73b3ce3eb3d4da323 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: Add go-staticcheck.Nicolas Graves2024-01-31
| | | | | | | * gnu/packages/golang-check.scm (go-staticcheck): New variable. Change-Id: I82ce27df1bdbd79ae4740928e0661b585289d02b Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: Add go-keyify.Nicolas Graves2024-01-31
| | | | | | | * gnu/packages/golang-check.scm (go-keyify): New variable. Change-Id: I99d41a18cb0e00dd35bef9c2c8fce12748f24ad4 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: Remove go-github-com-kisielk-gotool.Nicolas Graves2024-01-31
| | | | | | | * gnu/packages/golang-check.scm (go-github-com-kisielk-gotool): Delete variable. Change-Id: Ic99bba40f4cd66335656f27bf7dd97d1b90bb8f1 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: go-github.com-smartystreets-goconvey: Move to (gnu packages golang-check).Sharlatan Hellseher2024-01-28
| | | | | | | | * gnu/packages/check.scm (go-github.com-smartystreets-goconvey): Move from here ... * gnu/packages/golang-check.scm: ... to here. Change-Id: I19d8db6e3b07e1d165396c0498e328b70b2cc760
* gnu: go-github.com-smartystreets-assertions: Move to (gnu packages ↵Sharlatan Hellseher2024-01-28
| | | | | | | | | | golang-check). * gnu/packages/check.scm (go-github.com-smartystreets-assertions): Move from here ... * gnu/packages/golang-check.scm: ... to here. Change-Id: Ia90bbe984fe19dd48d9df91364a7ecf2bf8bd37f
* gnu: go-github.com-smartystreets-gunit: Move to (gnu packages golang-check).Sharlatan Hellseher2024-01-28
| | | | | | | | * gnu/packages/check.scm (go-github.com-smartystreets-gunit): Move from here ... * gnu/packages/golang-check.scm: ... to here. Change-Id: I7204e118f99064027f0e10838d2b44fee212d21d
* gnu: go-github-com-stretchr-testify-bootstrap: Move to golang-check.scmEfraim Flashner2023-12-31
| | | | | | | | * gnu/packages/golang.scm (go-github-com-stretchr-testify-bootstrap): Move from here ... * gnu/packages/golang-check.scm: ... to here. Change-Id: Iaa32e1c17a0e5a372613302e5e7fbf8de4d9572a
* gnu: go-github-com-alecthomas-assert: Move to (gnu packages golang-check).Sharlatan Hellseher2023-10-22
| | | | | | | | * 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>