Updated go.mod to include chi per Claude's request.

This commit is contained in:
Steve White 2025-01-29 16:01:34 +00:00
parent 5b89d0b04a
commit 3f628f0805
1 changed files with 1 additions and 0 deletions

1
go.mod
View File

@ -8,4 +8,5 @@ require (
gitea.r8z.us/stwhite/arxiva v0.1.0
gitea.r8z.us/stwhite/paperformatter v0.1.3
gitea.r8z.us/stwhite/paperprocessor v0.1.8
github.com/go-chi/chi/v5 v5.0.11
)