gomod: retract premature tags

This commit is contained in:
kayos@tcp.direct 2023-09-06 23:43:23 -07:00
parent 5348c67e04
commit 54c7e8ec14
Signed by: kayos
GPG Key ID: 4B841471B4BEE979

6
go.mod
View File

@ -9,4 +9,8 @@ require (
require golang.org/x/sys v0.8.0 // indirect
retract v0.0.0-20220210125455-40e3d2190a52
retract (
v0.0.0-20220210125455-40e3d2190a52
v0.9.0 // premature
v0.9.1 // premature (race condition)
)