From 8167bca8cd028bfc88e8f3ed492dee57ee262b39 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