it works!

This commit is contained in:
Lukas Werner
2025-07-02 00:27:22 -07:00
commit 7bbaf7ceb2
7 changed files with 517 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
module git.hafen.run/lukas/oauth-guard
go 1.24.3
require (
github.com/BurntSushi/toml v1.5.0
github.com/google/uuid v1.6.0
golang.org/x/oauth2 v0.30.0
)