StaticMap/go.mod
Alexander Kiryukhin 32a2350965
initial
2020-08-17 13:23:27 +03:00

9 lines
136 B
Modula-2

module github.com/neonxp/StaticMap
go 1.14
require (
github.com/disintegration/imaging v1.6.2
github.com/labstack/echo/v4 v4.1.16
)