diff options
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 +) |