remove retract block from go.mod (already processed by golang index)

This commit is contained in:
glebarez
2021-12-12 13:40:00 +01:00
parent 68475b3db2
commit 46365adb1a

6
go.mod
View File

@@ -8,9 +8,3 @@ require (
modernc.org/mathutil v1.4.1
modernc.org/sqlite v1.14.2
)
retract (
v1.14.2 // non-working
v1.9.0 // non-working
v0.0.1 // early bird
)