diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm index 2790e2b5aa..59312f791a 100644 --- a/gnu/packages/golang-web.scm +++ b/gnu/packages/golang-web.scm @@ -326,7 +326,7 @@ application's http.Handlers.") (build-system go-build-system) (arguments '(#:import-path "github.com/francoispqt/gojay")) - (propagated-inputs + (native-inputs (list go-github-com-stretchr-testify)) (synopsis "JSON encoder/decoder with powerful stream API for Golang") (description "GoJay is a performant JSON encoder/decoder for Golang. It has