This commit is contained in:
Dev
2025-09-12 16:33:52 +03:00
commit d2314f6934
9 changed files with 939 additions and 0 deletions

8
go.mod Normal file
View File

@@ -0,0 +1,8 @@
module github.com/iwasforcedtobehere/gomeme
go 1.25.1
require (
github.com/gorilla/mux v1.8.1
golang.org/x/image v0.31.0
)