From 8116a35690306eda292ccf3d7b136ec326645167 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 13 Jan 2026 02:24:55 -0700 Subject: [PATCH] f: jwt --- auth/jwt/go.mod | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 auth/jwt/go.mod diff --git a/auth/jwt/go.mod b/auth/jwt/go.mod new file mode 100644 index 0000000..909e2c4 --- /dev/null +++ b/auth/jwt/go.mod @@ -0,0 +1,3 @@ +module github.com/therootcompany/golib/auth/jwt + +go 1.24.6