From 2d34202c9ed2dbece2851e0058419b341089b53f Mon Sep 17 00:00:00 2001 From: Brian Rogers Date: Fri, 22 May 2026 16:17:08 -0600 Subject: [PATCH] adding scs for auth layer --- go.mod | 1 + go.sum | 2 ++ 2 files changed, 3 insertions(+) diff --git a/go.mod b/go.mod index 03a38d6..e92064c 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,7 @@ module solopm.com/solopm-server go 1.26.3 require ( + github.com/alexedwards/scs/v2 v2.9.0 // indirect github.com/golang-migrate/migrate/v4 v4.19.1 // indirect github.com/joho/godotenv v1.5.1 // indirect ) diff --git a/go.sum b/go.sum index 978102e..a706cf8 100644 --- a/go.sum +++ b/go.sum @@ -1,3 +1,5 @@ +github.com/alexedwards/scs/v2 v2.9.0 h1:xa05mVpwTBm1iLeTMNFfAWpKUm4fXAW7CeAViqBVS90= +github.com/alexedwards/scs/v2 v2.9.0/go.mod h1:ToaROZxyKukJKT/xLcVQAChi5k6+Pn1Gvmdl7h3RRj8= github.com/golang-migrate/migrate/v4 v4.19.1 h1:OCyb44lFuQfYXYLx1SCxPZQGU7mcaZ7gH9yH4jSFbBA= github.com/golang-migrate/migrate/v4 v4.19.1/go.mod h1:CTcgfjxhaUtsLipnLoQRWCrjYXycRz/g5+RWDuYgPrE= github.com/joho/godotenv v1.5.1 h1:7eLL/+HRGLY0ldzfGMeQkb7vMd0as4CfYvUVzLqw0N0=