diff options
author | Alexander Kiryukhin <a.kiryukhin@mail.ru> | 2020-08-17 13:51:36 +0300 |
---|---|---|
committer | Alexander Kiryukhin <a.kiryukhin@mail.ru> | 2020-08-17 13:51:36 +0300 |
commit | 4889f87af3c6ddc1304697e71b8ae120f3e49069 (patch) | |
tree | de604900bc443d365181585bb9725b0b35dae2ae | |
parent | 185daa4f22259bff25559cc17cf5b8cee0964a9a (diff) |
-rw-r--r-- | go.mod | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 +)
\ No newline at end of file |