Rename module to rsvp and fix Go version for DigitalOcean

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Ian Gulliver
2025-12-29 14:39:19 -08:00
parent 8f0da2e688
commit 0e4d58f6f4

4
go.mod
View File

@@ -1,6 +1,6 @@
module tickets
module rsvp
go 1.25.4
go 1.23
require (
github.com/lib/pq v1.10.9