Mostly finish docs

Actually start to parse things
This commit is contained in:
Caleb Gardner
2024-05-19 06:47:41 -05:00
parent f7bbdaa4b3
commit 4244b6985a
11 changed files with 270 additions and 20 deletions
+4 -1
View File
@@ -7,4 +7,7 @@ require (
golang.org/x/crypto v0.23.0
)
require golang.org/x/sys v0.20.0 // indirect
require (
github.com/golang-jwt/jwt/v5 v5.2.1
golang.org/x/sys v0.20.0 // indirect
)