First commit

This commit is contained in:
SowinskiBraeden committed 2022-03-04 13:38:47 -08:00
commit 13d40ff872
4 files changed
+291

No files matched your search

+8
View File
@@ -0,0 +1,8 @@
module github.com/SowinskiBraeden/local-go-db
go 1.17
require (
github.com/google/uuid v1.3.0
github.com/jcelliott/lumber v0.0.0-20160324203708-dd349441af25
)