Move go.mod to root

Also update go.mod to Go 1.16.
This commit is contained in:
Adnan Maolood 2023-03-13 22:17:04 -04:00 committed by Drew DeVault
parent 14ae4b1035
commit 8d72d25080
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
module git.sr.ht/~sircmpwn/todo.sr.ht/api
module git.sr.ht/~sircmpwn/todo.sr.ht
go 1.15
go 1.16
require (
git.sr.ht/~sircmpwn/core-go v0.0.0-20221025082458-3e69641ef307

View File