summaryrefslogtreecommitdiff
path: root/gnu/packages/golang-check.scm
AgeCommit message (Collapse)Author
2025-01-21gnu: Add go-github-com-viant-toolbox.Sharlatan Hellseher
These packages can't be added individually because of bootstrap and dependencies chain. * gnu/packages/golang-xyz.scm ( go-github-com-viant-assertly, go-github-com-viant-assertly-bootstrap, go-github-com-viant-toolbox, go-github-com-viant-toolbox-bootstrap, go-github-com-viant-xreflect, go-github-com-viant-xunsafe): New variables. Change-Id: I2aae108e6ed5f4c3ac054af515225d76d5f9d1d1 gnu: Add go-github-com-viant-assertly. * gnu/packages/golang-check.scm (go-github-com-viant-assertly): New variable. Change-Id: Ic6e9900d7cb5edfa8a0bf3229594a02c68a379ad
2025-01-21gnu: Add go-github-com-jackc-fake.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-github-com-jackc-fake): New variable. Change-Id: I744e09a6ba01c750e80e533ea3fe1663ad0fb93d
2025-01-21gnu: Add go-github-com-icrowley-fake.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-github-com-icrowley-fake): New variable. Change-Id: Ia3158c274a7e69f777f695c63bdb9e7c70cc6ae8
2025-01-21gnu: Add go-github-com-corpix-uarand.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-github-com-corpix-uarand): New variable. Change-Id: I35e3f97bef1aae13671523d06c99288160662018
2025-01-21gnu: go-github-com-go-quicktest-qt: Skip some failing tests.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-github-com-go-quicktest-qt) [arguments]<test-flags>: Skip 5 tests. Change-Id: I5485406acec4a7f69d5756fcc1dabbac4f528127
2025-01-21gnu: Add go-pgmockproxy.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-pgmockproxy): New variable. Change-Id: I8778114b8ea6b2905594e3fb4cde6f98f2f61131
2025-01-21gnu: Add go-github-com-jackc-pgmock.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-github-com-jackc-pgmock): New variable. Change-Id: Ibc0428a18cf6134a9843b5b845076172d9da3d2c
2025-01-21gnu: go-golang-org-x-lint: Enable tests.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-golang-org-x-lint) [arguments]<tests?>: Enable them. Change-Id: Ib5d30153c0f25e3420499b7860c87b47b7ecbfa5
2025-01-21gnu: go-golang-org-x-lint: Fix indentation.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-golang-org-x-lint): Fix indentation. Change-Id: I3ec261699ee31b5b8ab0dda90d5da6f9fe87a923
2025-01-21gnu: go-golang-org-x-lint: Update to 0.0.0-20241112194109-818c5a804067.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-golang-org-x-lint): Update to 0.0.0-20241112194109-818c5a804067. Change-Id: I397b4ad6e0483197165a23905128d128fd80d74c
2025-01-21gnu: Add go-go-abhg-dev-testing-stub.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-go-abhg-dev-testing-stub): New variable. Change-Id: Idf937f7a27219af80a29748da89ea9fc5ddfa538
2025-01-21gnu: Add go-gopkg-in-dnaeon-go-vcr-v4.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-gopkg-in-dnaeon-go-vcr-v4): New variable. Change-Id: I63a48e9e5c60f22f756d885bdd3ec247f6565394
2025-01-21gnu: Add go-gopkg-in-dnaeon-go-vcr-v3.Herman Rimm
* gnu/packages/golang-check.scm (go-gopkg-in-dnaeon-go-vcr-v3-recorder): New variable. Signed-off-by: Sharlatan Hellseher <[email protected]> Change-Id: I5bff0cc6ea8f2c54fa6310a5fcb92e6688dfff73
2025-01-21gnu: Add go-go-abhg-dev-requiredfield.Herman Rimm
* gnu/packages/golang-check.scm (go-go-abhg-dev-requiredfield): New variable. Signed-off-by: Sharlatan Hellseher <[email protected]> Change-Id: Ic406bde1a994857f3b3fa15f0f9c5fef333f9726
2025-01-21gnu: go-github-com-frankban-quicktest: Disable failing tests.Sharlatan Hellseher
The project looks like abandoned but still in use by some other packages in Guix. * gnu/packages/golang-check.scm (go-github-com-frankban-quicktest) [arguments]<test-flags>: Disable some failing tests. Change-Id: Id67c9101b42fd999a03c8ee3964104ed0f8636b8
2025-01-21gnu: go-gopkg-in-check-v1: Disable tests.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-gopkg-in-check-v1) [arguments]<tests?>: Disable them. <phases>: Remove custom 'check as redundant. Change-Id: I9714e7ea019923f50ecb61097f90101326e5c4c8
2025-01-05gnu: Fix whitespace issues in go package descriptions.Gabriel Wicki
This mainly addresses `double-space after sentence end period' and `trailing white space' issues. * gnu/packages/golang-check.scm (go-github.com-smartystreets-goconvey): Fix description. * gnu/packages/golang-web.scm (go-github-com-jsimonetti-rtnetlink): Fix description. * gnu/packages/golang-xyz.scm (go-github-com-containerd-cgroups, go-tomlv, go-ulid): Fix description. * gnu/packages/golang.scm (go-sigs-k8s-io-yaml): Fix description. Change-Id: I421ea082a6d6ed23822822218555723a2c39c1f5 Signed-off-by: Vagrant Cascadian <[email protected]>
2024-12-10gnu: Fix synopsis in various go packages.Gabriel Wicki
* gnu/packages/golang-check.scm (go-github-com-go-quicktest-qt): Fix synopsis. * gnu/packages/golang-crypto.scm (go-github-com-refraction-networking-utls): Fix synopsis. (go-gitlab-com-yawning-edwards25519-extra): Fix synopsis. * gnu/packages/golang-web.scm (go-github-com-aws-smithy-go): Fix synopsis. * gnu/packages/golang-xyz.scm (go-msgio): Fix synopsis. * gnu/packages/golang.scm (go-github-com-flopp-go-findfont): Fix synopsis. * gnu/packages/ipfs.scm (go-github-com-ipfs-go-ipld-cbor): Fix synopsis. Signed-off-by: Vagrant Cascadian <[email protected]>
2024-11-22gnu: Add go-github-com-zeebo-assert.Artyom V. Poptsov
* gnu/packages/golang-crypto.scm (go-github-com-zeebo-assert): New variable. Change-Id: I03a752d42e016acd416087d4426864384ffc8a05 Reviewed-by: Sharlatan Hellseher <[email protected]>
2024-11-09gnu: Add go-github-com-matryer-is.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-github-com-matryer-is): New variable. Change-Id: I215a7291620b7c2fc34ae759801466856e829263
2024-11-09gnu: Add go-github-com-caarlos0-testfs.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-github-com-caarlos0-testfs): New variable. Change-Id: Iab47c0954592981c780a3e9a9afab1d0fe0f6e85
2024-11-09gnu: Remove go-github.com-smartystreets-gunit.Sharlatan Hellseher
Upstream is changed to https://github.com/smarty/gunit. * gnu/packages/golang-check.scm (go-github.com-smartystreets-gunit): Delete variable. Change-Id: I2233ccc95d01c08e333954dffc312fd7c9a19bda
2024-11-09gnu: Remove go-github-com-smartystreets-assertions.Sharlatan Hellseher
Upstream is changed to https://github.com/smarty/assertions. * gnu/packages/golang-check.scm (go-github-com-smartystreets-assertions): Delete variable. Change-Id: Iafc9a609d34a5402ce8a2efccd48806a08851ae4
2024-11-09gnu: go-github-com-smartystreets-goconvey: Update to v1.8.1.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-github-com-smartystreets-goconvey): Update to v1.8.1. [propagated-inputs]: Remove go-github-com-smartystreets-assertions; add go-github-com-smarty-assertions and go-golang-org-x-tools. Change-Id: I6846ee9b29c8f70afdddd342b71a2083dd94442a
2024-11-09gnu: Add go-github-com-smarty-gunit.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-github-com-smarty-gunit): New variable. Change-Id: Ibfc07f1aaf4085b5241e2b9549f10e61f81a4187
2024-11-09gnu: Add go-github-com-smarty-assertions.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-github-com-smarty-assertions): New variable. Change-Id: Ibc87eb2810bb66f3ebc5b1f5a894dfcc7942a0bb
2024-11-09gnu: go-github.com-smartystreets-goconvey: Rename variable.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-github.com-smartystreets-goconvey): Rename variable to go-github-com-smartystreets-goconvey. * gnu/packages/golang-xyz.scm (go-github-com-polydawn-refmt) [propagated-inputs]: Remove go-github.com-smartystreets-goconvey; add go-github-com-smartystreets-goconvey. * gnu/packages/golang.scm (go-gopkg-in-ini) [native-inputs] Remove go-github.com-smartystreets-goconvey; add go-github-com-smartystreets-goconvey. Change-Id: Ibde73bf974edadb90236a6c0d2dcee6545860e6e
2024-11-09gnu: go-github.com-smartystreets-assertions: Rename variable.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-github.com-smartystreets-assertions): Rename variable to go-github-com-smartystreets-assertions to follow current package style. (go-github.com-smartystreets-goconvey) [propagated-inputs]: Remove go-github.com-smartystreets-assertions; add go-github-com-smartystreets-assertions. Change-Id: Ic25602f52b9d4717a5101648b402f61d1957cb1a
2024-11-09gnu: Add go-github-com-dgryski-go-ddmin.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-github-com-dgryski-go-ddmin): New variable. Change-Id: I8f5a15fb55c2166ee99b6099423c014860f8ee71
2024-11-09gnu: Add go-github-com-golang-mock.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-github-com-golang-mock): New variable. Change-Id: I9ae851e7eb1e4950594387604a41af330b8b4127
2024-11-09gnu: go-github-com-google-go-cmdtest: Move to golang-build.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-github-com-google-go-cmdtest): Move from here ... * gnu/packages/golang-build.scm: ... to here. Change-Id: I4e6015ba18c4aa57856df32dd98199f3bcf5dc0c
2024-11-09gnu: go-github-com-google-go-cmdtest: Fix indentationSharlatan Hellseher
* gnu/packages/golang-check.scm (go-github-com-google-go-cmdtest): Fix indentation Change-Id: I078f30d53c867805cbbab416f693ddee2a89d3df
2024-11-09gnu: go-github-com-google-go-cmdtest: Update to 0.4.0.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-github-com-google-go-cmdtest): Update to 0.4.0. Change-Id: Ia2fcc19cdafeba03d5244dd6faa2e39f1bb10fb6
2024-08-25gnu: Add go-github-com-tj-assert.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-github-com-tj-assert): New variable. Change-Id: Iaacb9cdf7a6314bf4384a50593b3d6279b6a164f
2024-08-25gnu: Add go-github-com-stvp-go-udp-testing.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-github-com-stvp-go-udp-testing): New variable. Change-Id: I23a507d23cdf419beeba5d44bb6bed6f7f4fcdce
2024-08-23gnu: Add go-github-com-go-quicktest-qt.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-github-com-go-quicktest-qt): New variable. Change-Id: Ifbfe7f4321be6e6d860de52e9b8f100cbbc15679
2024-07-25gnu: go-pgregory-net-rapid: Build with default go.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-pgregory-net-rapid): Fix indentation. [arguments]: <#:go>: Use default. <#:phases>: Add 'remove-failing-tests phase. Change-Id: I61a925255f806b712f35625e0fd9f1684e5d7a30
2024-07-25gnu: go-github-com-go-test-deep: Update to 1.1.1.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-github-com-go-test-deep): Update to 1.1.1. Change-Id: Ic00f89bc7c55fb7f5353a734445a58693a29968f
2024-07-25gnu: go-go-uber-org-goleak: Update to 1.3.0.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-go-uber-org-goleak): Update to 1.3.0. Change-Id: I75bed5c4b6e5de457210fbdbfef530f926b81a9c
2024-07-25gnu: go-github.com-jtolds-gls: Rename variable.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github.com-jtolds-gls): Rename variable to go-github-com-jtolds-gls to follow importer style. * gnu/packages/golang-check.scm (go-github.com-smartystreets-goconvey): [propagated-inputs]: Remove go-github.com-jtolds-gls; add go-github-com-jtolds-gls. Change-Id: I5a3e1e77e646ff37421bdb8f7aab8d881a646999
2024-07-25gnu: go-go-etcd-io-gofail: Update to 0.2.0.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-go-etcd-io-gofail): Update to 0.2.0. Change-Id: I5114fd530216ece9a0462012226af2d83fc5fe83
2024-07-25gnu: go-github-com-tdewolff-test: Update to 1.0.10.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-github-com-tdewolff-test): Update to 1.0.10. Change-Id: Ib74ea6da165dd68ab3683979d5c461c8ddb4259c
2024-07-25gnu: go-github-com-frankban-quicktest: Update to 1.14.6.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-github-com-frankban-quicktest): Update to 1.14.6. Change-Id: I61fcf3f0c00070aeedd4c02742d8f773d479d9df
2024-07-25gnu: go-github-com-onsi-ginkgo-v2: Update to 2.19.0.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-github-com-onsi-ginkgo-v2): Update to 2.19.0. Change-Id: Ib1f8a70d5792ff174c49a33752eb187e3a1d0b55
2024-07-25gnu: go-golang-org-sql-mock: Refresh package style.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-golang-org-sql-mock): Fix indentation. Apply list style. [source]: Remove snippet. [arguments]: <#:phases>: Add 'remove-example phase. [home-page]: Place before [synopsis]. [description]: Start from a new line. Change-Id: Idbe31ee6a9ffe8d3d2ae4479c39f523531258bca
2024-07-25gnu: go-golang-org-sql-mock: Update to 1.5.2.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-golang-org-sql-mock): Update to 1.5.2. Change-Id: Ib976ac1fa79b0bdefc3c4827ce0b1ff7f75ba09c
2024-07-25gnu: go-github-com-stretchr-testify: Update to 1.9.0.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-github-com-stretchr-testify): Update to 1.9.0. (go-github-com-stretchr-testify-next): Delete variable. (go-go-uber-org-goleak): [native-inputs]: Remove go-github-com-stretchr-testify-next; add go-github-com-stretchr-testify. * gnu/packages/golang-web.scm (go-github-com-quic-go-webtransport-go): [native-inputs]: Remove go-github-com-stretchr-testify-next; add go-github-com-stretchr-testify. * gnu/packages/golang-xyz.scm (go-github-com-masterminds-semver-v3, go-go-uber-org-dig, go-go-uber-org-fx, go-go-uber-org-zap): [native-inputs]: Remove go-github-com-stretchr-testify-next; add go-github-com-stretchr-testify. Change-Id: Ife39309254b5d89fcb61d84183771a4aab7e13db
2024-07-25gnu: go-github-com-google-go-cmp-cmp: Rename variable.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-google-go-cmp-cmp): Rename variable to go-github-com-google-go-cmp, which reflects go.mod import path and improves importer performance. (go-github-com-zclconf-go-cty, go-golang-org-x-vuln, go-google-golang-org-protobuf, go-gotest-tools-assert, go-gotest-tools-internal-source, go-gotest-tools-internal-format, gofumpt, gopls, gotestsum): Swap go-github-com-google-go-cmp-cmp to go-github-com-google-go-cmp in inputs, propagated-inputs or native-inputs. * gnu/packages/golang-check.scm (go-github-com-frankban-quicktest, go-github-com-google-go-cmdtest): Likewise. * gnu/packages/golang-web.scm (go-github-com-aws-aws-sdk-go-v2, go-github-com-aws-aws-sdk-go-v2-config, go-github-com-aws-smithy-go, go-github-com-go-jose-go-jose-v3, go-github-com-makeworld-the-better-one-go-gemini, go-golang-org-x-oauth2, go-gopkg-in-square-go-jose-v2): Likewise. * gnu/packages/golang-xyz.scm (go-github-com-goccy-go-yaml): Likewise. * gnu/packages/check.scm (actionlint): Likewise. * gnu/packages/databases.scm (sqls): Likewise. * gnu/packages/ipfs.scm (go-github-com-ipld-go-ipld-prime, go-github-com-whyrusleeping-cbor-gen): Likewise. * gnu/packages/web.scm (go-github-com-itchyny-gojq): Likewise. Change-Id: Ie6eeba936f7da404d70fbbaad34f5b43aec4e05b
2024-07-15gnu: go-pgregory-net-rapid: Use go-1.18.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-pgregory-net-rapid): [arguments]: <#:go>: Pin to go-1.18. Change-Id: Ibecbf2465964796f2ef9b7bd832f3db727b3d446
2024-07-15gnu: go-honnef-co-go-tools: Enable tests.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-honnef-co-go-tools): Apply new package style. [arguments]: <#:phases>: Use custom 'check phase. Change-Id: Idecf23f79ea554a84bce57a4dd356dde5f0b300a