gnu: go-github-com-stretchr-testify: Update to 1.9.0.

* 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
This commit is contained in:
Sharlatan Hellseher 2024-07-20 16:37:01 +01:00
parent d43795cd20
commit d7f4f2c053
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
3 changed files with 8 additions and 23 deletions

View file

@ -2786,7 +2786,7 @@ protocol.")
#:import-path "github.com/quic-go/webtransport-go"))
(native-inputs
(list go-go-uber-org-mock
go-github-com-stretchr-testify-next))
go-github-com-stretchr-testify))
(propagated-inputs
(list go-github-com-quic-go-quic-go
go-golang-org-x-exp))