Add PostgreSQL database with auto-created rsvps table

This commit is contained in:
Ian Gulliver
2025-12-29 11:34:52 -08:00
parent 8ba3651415
commit a2cb3aac72
3 changed files with 35 additions and 2 deletions

5
go.mod
View File

@@ -2,7 +2,10 @@ module tickets
go 1.25.4
require google.golang.org/api v0.258.0
require (
github.com/lib/pq v1.10.9
google.golang.org/api v0.258.0
)
require (
cloud.google.com/go/auth v0.17.0 // indirect