From b2cd46dbf904aae4e9c0356429dcd0876fe0c873 Mon Sep 17 00:00:00 2001 From: 0dillon Date: Wed, 12 Aug 2026 19:21:48 +0000 Subject: [PATCH] build: tidy go.mod --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index deb3e86..44a975a 100644 --- a/go.mod +++ b/go.mod @@ -6,6 +6,7 @@ toolchain go1.25.12 require ( github.com/BurntSushi/toml v1.6.0 + github.com/go-chi/chi/v5 v5.3.1 github.com/golang-jwt/jwt/v5 v5.3.1 github.com/golang-migrate/migrate/v4 v4.19.1 github.com/jackc/pgx/v5 v5.10.0 @@ -16,7 +17,6 @@ require ( require ( github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect github.com/go-chi/chi v4.1.2+incompatible // indirect - github.com/go-chi/chi/v5 v5.3.1 // indirect github.com/go-errors/errors v1.5.1 // indirect github.com/gorilla/schema v1.4.1 // indirect github.com/jackc/pgerrcode v0.0.0-20220416144525-469b46aa5efa // indirect