Separate module

This commit is contained in:
Alexander Kiryukhin 2020-08-17 13:48:49 +03:00
parent 4b8138cb4e
commit 185daa4f22
No known key found for this signature in database
GPG key ID: 8CDA417C9098753B

2
go.mod
View file

@ -3,6 +3,6 @@ module github.com/neonxp/StaticMap
go 1.14 go 1.14
require ( require (
github.com/disintegration/imaging v1.6.2
github.com/labstack/echo/v4 v4.1.16 github.com/labstack/echo/v4 v4.1.16
github.com/neonxp/StaticMap/pkg/static v0.0.1
) )