StaticMap/go.mod
Alexander Kiryukhin 185daa4f22
Separate module
2020-08-17 13:48:49 +03:00

9 lines
141 B
Modula-2

module github.com/neonxp/StaticMap
go 1.14
require (
github.com/labstack/echo/v4 v4.1.16
github.com/neonxp/StaticMap/pkg/static v0.0.1
)