aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorTim Keller <tjkeller.xyz>2025-05-23 21:46:20 -0500
committerTim Keller <tjkeller.xyz>2025-05-23 21:46:20 -0500
commit865911f8ffdac7d1d9773570216c0bd35fc601d9 (patch)
tree2c29ff9cfe78d95e095a39163ade4e83e4d56b92 /go.mod
downloadmintube-865911f8ffdac7d1d9773570216c0bd35fc601d9.tar.xz
mintube-865911f8ffdac7d1d9773570216c0bd35fc601d9.zip
initial commit
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 5 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..92f4caa
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,5 @@
+module tjkeller.xyz/mintube
+
+go 1.23.7
+
+require github.com/joho/godotenv v1.5.1