diff options
author | Alexander Kiryukhin <a.kiryukhin@mail.ru> | 2020-08-17 13:48:49 +0300 |
---|---|---|
committer | Alexander Kiryukhin <a.kiryukhin@mail.ru> | 2020-08-17 13:48:49 +0300 |
commit | 185daa4f22259bff25559cc17cf5b8cee0964a9a (patch) | |
tree | f97eecc9817bd9b15701ca1512484f3c16d23da1 /go.mod | |
parent | 4b8138cb4e2f8e56206a4eaaec3341973628dbad (diff) |
Separate module
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ) |