Adding initial code for the main.go as well as initial code for uploading members

This commit is contained in:
2026-01-19 20:03:40 -05:00
parent 6b17c6fddc
commit 0359efe197
9 changed files with 572 additions and 2 deletions

10
go.mod
View File

@@ -2,14 +2,22 @@ module go-sjles-pta-vote
go 1.24.4
require github.com/glebarez/go-sqlite v1.22.0
require (
github.com/glebarez/go-sqlite v1.22.0
github.com/gorilla/mux v1.8.1
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.11.1
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/google/uuid v1.5.0 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
golang.org/x/sys v0.15.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
modernc.org/libc v1.37.6 // indirect
modernc.org/mathutil v1.6.0 // indirect
modernc.org/memory v1.7.2 // indirect