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