summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod13
1 files changed, 13 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..9bcb898
--- /dev/null
+++ b/go.mod
@@ -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
+)