aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 95fca89..78a28d9 100644
--- a/go.mod
+++ b/go.mod
@@ -3,6 +3,6 @@ module github.com/neonxp/StaticMap
go 1.14
require (
- github.com/disintegration/imaging v1.6.2
github.com/labstack/echo/v4 v4.1.16
+ github.com/neonxp/StaticMap/pkg/static v0.0.1
)