StaticMap/go.mod

9 lines
118 B
Modula-2
Raw Normal View History

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