chore: downgrade x/mod to silence go 1.21 toolchain error

This commit is contained in:
Gabe Kangas 2023-10-15 21:06:34 -07:00
parent f5698ab6e6
commit 650d66a0a1
No known key found for this signature in database
GPG key ID: 4345B2060657F330

2
go.mod
View file

@ -19,7 +19,7 @@ require (
github.com/sirupsen/logrus v1.9.3
github.com/teris-io/shortid v0.0.0-20160104014424-6c56cef5189c
github.com/yuin/goldmark v1.5.6
golang.org/x/mod v0.13.0
golang.org/x/mod v0.12.0
golang.org/x/time v0.3.0
)