This commit is contained in:
Alexander Kiryukhin 2020-08-17 13:51:36 +03:00
parent 185daa4f22
commit 4889f87af3
No known key found for this signature in database
GPG key ID: 8CDA417C9098753B

4
go.mod
View file

@ -6,3 +6,7 @@ require (
github.com/labstack/echo/v4 v4.1.16
github.com/neonxp/StaticMap/pkg/static v0.0.1
)
replace (
github.com/neonxp/StaticMap/pkg/static v0.0.1 => ./pkg/static
)