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

10 lines
258 B
Modula-2

module github.com/nikolaydubina/calendarheatmap
go 1.14
require (
golang.org/x/image v0.0.0-20200618115811-c13761719519
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/tools v0.0.0-20200701151220-7cb253f4c4f8 // indirect
)