StaticMap/go.mod

12 lines
216 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/labstack/echo/v4 v4.1.16
2020-08-17 13:48:49 +03:00
github.com/neonxp/StaticMap/pkg/static v0.0.1
2020-08-17 13:19:06 +03:00
)
2020-08-17 13:51:36 +03:00
replace (
github.com/neonxp/StaticMap/pkg/static v0.0.1 => ./pkg/static
)