From 0e4d58f6f426c4b622ca3d94b10249017d41ac3f Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Mon, 29 Dec 2025 14:39:19 -0800 Subject: [PATCH] Rename module to rsvp and fix Go version for DigitalOcean MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 718d3d3..4a6bd37 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ -module tickets +module rsvp -go 1.25.4 +go 1.23 require ( github.com/lib/pq v1.10.9