cool stuff

This commit is contained in:
2025-07-27 12:40:20 -04:00
parent 5948712048
commit 6e73ee17dc
7 changed files with 212 additions and 32 deletions
+4 -1
View File
@@ -2,4 +2,7 @@ module github.com/cjdenio/uta-trax-api
go 1.24.2
require google.golang.org/protobuf v1.36.6 // indirect
require (
github.com/mattn/go-sqlite3 v1.14.28 // indirect
google.golang.org/protobuf v1.36.6 // indirect
)