initial commit

This commit is contained in:
2023-03-19 22:13:49 -04:00
commit 717c9e08d6
12 changed files with 367 additions and 0 deletions

8
go.mod Normal file
View File

@@ -0,0 +1,8 @@
module git.siteworxpro.com/gun-manager
go 1.19
require (
github.com/gorilla/mux v1.8.0 // indirect
github.com/mattn/go-sqlite3 v1.14.16 // indirect
)