Files
meme/go.mod
2025-09-12 16:33:52 +03:00

9 lines
127 B
Modula-2

module github.com/iwasforcedtobehere/gomeme
go 1.25.1
require (
github.com/gorilla/mux v1.8.1
golang.org/x/image v0.31.0
)