mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
d43795cd20
commit
d7f4f2c053
3 changed files with 8 additions and 23 deletions
|
@ -3111,7 +3111,7 @@ implementing features like:
|
|||
(list
|
||||
#:import-path "github.com/Masterminds/semver/v3"))
|
||||
(native-inputs
|
||||
(list go-github-com-stretchr-testify-next))
|
||||
(list go-github-com-stretchr-testify))
|
||||
(home-page "https://github.com/Masterminds/semver/")
|
||||
(synopsis "@code{semver} helps to work with semantic versions")
|
||||
(description
|
||||
|
@ -5158,7 +5158,7 @@ CPU quota.")
|
|||
(list
|
||||
#:import-path "go.uber.org/dig"))
|
||||
(native-inputs
|
||||
(list go-github-com-stretchr-testify-next))
|
||||
(list go-github-com-stretchr-testify))
|
||||
(home-page "https://pkg.go.dev/go.uber.org/dig")
|
||||
(synopsis "Reflection based dependency injection toolkit for Golang")
|
||||
(description
|
||||
|
@ -5184,7 +5184,7 @@ object dependencies graph during the process startup.")
|
|||
(list
|
||||
#:import-path "go.uber.org/fx"))
|
||||
(native-inputs
|
||||
(list go-github-com-stretchr-testify-next))
|
||||
(list go-github-com-stretchr-testify))
|
||||
(propagated-inputs
|
||||
(list go-go-uber-org-dig
|
||||
go-go-uber-org-goleak
|
||||
|
@ -5252,7 +5252,7 @@ applications out of reusable, composable modules.")
|
|||
(string-append "src/" import-path
|
||||
"/stacktrace_ext_test.go")))))))
|
||||
(native-inputs
|
||||
(list go-github-com-stretchr-testify-next
|
||||
(list go-github-com-stretchr-testify
|
||||
go-go-uber-org-goleak
|
||||
go-golang-org-x-lint
|
||||
go-honnef-co-go-tools))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue