Add v7.0.0 to retracted version list.
This commit is contained in:
parent
466b3a32a9
commit
aa0cdf3719
1 changed files with 4 additions and 0 deletions
4
go.mod
4
go.mod
|
@ -4,6 +4,10 @@ go 1.21
|
||||||
|
|
||||||
require github.com/stretchr/testify v1.8.4
|
require github.com/stretchr/testify v1.8.4
|
||||||
|
|
||||||
|
retract (
|
||||||
|
v7.0.0 // Missing proper go.mod file
|
||||||
|
)
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||||
github.com/pmezard/go-difflib v1.0.0 // indirect
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue