aboutsummaryrefslogtreecommitdiff
path: root/pkg/static
diff options
context:
space:
mode:
authorAlexander Kiryukhin <a.kiryukhin@mail.ru>2020-08-17 13:46:19 +0300
committerAlexander Kiryukhin <a.kiryukhin@mail.ru>2020-08-17 13:46:19 +0300
commit4b8138cb4e2f8e56206a4eaaec3341973628dbad (patch)
treed6bf9cf83edea50aa9fef19c9134e11b5d3e53ab /pkg/static
parent4e63c622e464b6863dfec0b6c99f95833f46b12f (diff)
Separate module
Diffstat (limited to 'pkg/static')
-rw-r--r--pkg/static/go.mod7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkg/static/go.mod b/pkg/static/go.mod
new file mode 100644
index 0000000..56d5d4c
--- /dev/null
+++ b/pkg/static/go.mod
@@ -0,0 +1,7 @@
+module github.com/neonxp/StaticMap/pkg/static
+
+require (
+ github.com/disintegration/imaging v1.6.2
+)
+
+go 1.14