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