diff options
author | T <t@tjp.lol> | 2025-06-26 11:42:17 -0600 |
---|---|---|
committer | T <t@tjp.lol> | 2025-07-01 17:50:49 -0600 |
commit | 639ad6a02cbb4b713434671ec09f309aa5410921 (patch) | |
tree | 7dde9cce8136636d11f2f7c961072984cfc705e7 /go.mod |
Create authentic_kate: user authentication for go HTTP applications
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -0,0 +1,13 @@ +module git.tjp.lol/authentic_kate + +go 1.24.4 + +require ( + golang.org/x/crypto v0.39.0 + golang.org/x/oauth2 v0.30.0 +) + +require ( + cloud.google.com/go/compute/metadata v0.3.0 // indirect + golang.org/x/sys v0.33.0 // indirect +) |