StaticMap/go.mod

9 lines
136 B
Modula-2
Raw Normal View History

2020-08-17 13:23:27 +03:00
module github.com/neonxp/StaticMap
2020-08-17 13:19:06 +03:00
go 1.14
require (
github.com/disintegration/imaging v1.6.2
github.com/labstack/echo/v4 v4.1.16
)