diff options
author | Tim Keller <tjkeller.xyz> | 2025-05-23 21:46:20 -0500 |
---|---|---|
committer | Tim Keller <tjkeller.xyz> | 2025-05-23 21:46:20 -0500 |
commit | 865911f8ffdac7d1d9773570216c0bd35fc601d9 (patch) | |
tree | 2c29ff9cfe78d95e095a39163ade4e83e4d56b92 /go.mod | |
download | mintube-865911f8ffdac7d1d9773570216c0bd35fc601d9.tar.xz mintube-865911f8ffdac7d1d9773570216c0bd35fc601d9.zip |
initial commit
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +module tjkeller.xyz/mintube + +go 1.23.7 + +require github.com/joho/godotenv v1.5.1 |