1 files changed, 14 insertions(+), 0 deletions(-)
A go.mod
A go.mod => go.mod +14 -0
@@ 0,0 1,14 @@
+module git.sr.ht/~mendelmaleh/dummy
+
+go 1.14
+
+require (
+ git.sr.ht/~mendelmaleh/download v0.1.0
+ git.sr.ht/~mendelmaleh/freetype v0.0.0
+ git.sr.ht/~mendelmaleh/gfonts v0.1.0
+ git.sr.ht/~mendelmaleh/match v0.1.0
+ github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
+ github.com/pelletier/go-toml v1.8.0
+ golang.org/x/image v0.0.0-20200430140353-33d19683fad8
+ golang.org/x/net v0.0.0-20200602114024-627f9648deb9
+)