diff options
author | Nick White <git@njw.name> | 2019-11-20 17:43:41 +0000 |
---|---|---|
committer | Nick White <git@njw.name> | 2019-11-20 17:43:41 +0000 |
commit | 566c6aa0ccdbd9f03ca67baeeb7c8c45812d4806 (patch) | |
tree | c36817f2848d1d14feabf4ff613593e80909e40f | |
parent | 99a1164f437d3a9010d0efcf02819aa2f0d81f62 (diff) |
Add x/image to go.mod
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ require ( github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect github.com/jung-kurt/gofpdf v1.15.1 github.com/wcharczuk/go-chart v2.0.1+incompatible + golang.org/x/image v0.0.0-20190910094157-69e4b8554b2a rescribe.xyz/preproc v0.0.0-20191008143707-787d63fc5d13 rescribe.xyz/utils v0.0.0-20191031104028-a46b217fd34f ) |