stretchr / testify

A toolkit with common assertions and mocks that plays nicely with the standard library
MIT License
23.53k stars 1.6k forks source link

go.sum #1634

Closed LimbongRobin closed 1 month ago

LimbongRobin commented 3 months ago

Description

how to solve this issue C:\Program Files\Go\pkg\mod\github.com\stretchr\testify@v1.9.0\assert\assertions.go:20:2: missing go.sum entry for module providing package github.com/davecgh/go-spew/spew (imported by github.com/stretchr/testify/assert); to add: go get github.com/stretchr/testify/assert@v1.9.0

Step To Reproduce

Expected behavior

Actual behavior

HaraldNordgren commented 3 months ago

Try running ‘go mod tidy’