add sqlite3

This commit is contained in:
Kyle Isom 2025-05-09 17:20:33 -07:00
parent 308e237fc6
commit d472c5ee82
2 changed files with 3 additions and 4 deletions

2
go.mod
View File

@ -2,4 +2,4 @@ module git.wntrmute.dev/kyle/mcias
go 1.23.8 go 1.23.8
require github.com/oklog/ulid/v2 v2.1.0 // indirect require github.com/mattn/go-sqlite3 v1.14.28 // indirect

5
go.sum
View File

@ -1,3 +1,2 @@
github.com/oklog/ulid/v2 v2.1.0 h1:+9lhoxAP56we25tyYETBBY1YLA2SaoLvUFgrP2miPJU= github.com/mattn/go-sqlite3 v1.14.28 h1:ThEiQrnbtumT+QMknw63Befp/ce/nUPgBPMlRFEum7A=
github.com/oklog/ulid/v2 v2.1.0/go.mod h1:rcEKHmBBKfef9DhnvX7y1HZBYxjXb0cP5ExxNsTT1QQ= github.com/mattn/go-sqlite3 v1.14.28/go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y=
github.com/pborman/getopt v0.0.0-20170112200414-7148bc3a4c30/go.mod h1:85jBQOZwpVEaDAr341tbn15RS4fCAsIst0qp7i8ex1o=