Use RSVP #15

Merged
Teajey merged 14 commits from rsvp-lib into main 2025-09-13 03:06:22 +12:00
2 changed files with 5 additions and 1 deletions
Showing only changes of commit 98853e4efd - Show all commits

3
client/go.mod Normal file
View File

@ -0,0 +1,3 @@
module lishwist/client
go 1.24.5

View File

@ -1,6 +1,7 @@
go 1.23.3
go 1.24.5
use (
./client
./core
./http
)