get it testing

This commit is contained in:
2025-05-09 17:33:01 -07:00
parent d472c5ee82
commit 7114af9d8c
6 changed files with 59 additions and 16 deletions

6
go.mod
View File

@@ -2,4 +2,8 @@ module git.wntrmute.dev/kyle/mcias
go 1.23.8
require github.com/mattn/go-sqlite3 v1.14.28 // indirect
require (
github.com/mattn/go-sqlite3 v1.14.28 // indirect
github.com/oklog/ulid/v2 v2.1.0 // indirect
golang.org/x/crypto v0.38.0 // indirect
)