1
0
mirror of https://github.com/nikolaydubina/calendarheatmap.git synced 2024-12-05 03:58:50 +02:00
calendarheatmap/go.mod
2020-09-29 20:02:08 +08:00

9 lines
189 B
Modula-2

module github.com/nikolaydubina/calendarheatmap
go 1.14
require (
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
golang.org/x/image v0.0.0-20200927104501-e162460cd6b5
)