aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorAlexander Kiryukhin <a.kiryukhin@mail.ru>2020-08-17 13:51:36 +0300
committerAlexander Kiryukhin <a.kiryukhin@mail.ru>2020-08-17 13:51:36 +0300
commit4889f87af3c6ddc1304697e71b8ae120f3e49069 (patch)
treede604900bc443d365181585bb9725b0b35dae2ae /go.mod
parent185daa4f22259bff25559cc17cf5b8cee0964a9a (diff)
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 4 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 78a28d9..47dfe4a 100644
--- a/go.mod
+++ b/go.mod
@@ -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