diff options
author | Nick White <git@njw.name> | 2020-08-04 16:19:01 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2020-08-04 16:19:01 +0100 |
commit | aa5bd02bd5ed5a6a8d371f953ef128fce64e61a7 (patch) | |
tree | e6512607ffc22727ea6cd3cb25bc7db9a4054976 /go.mod | |
parent | b26cb9182b566acac884627d790b0660c4766b62 (diff) |
Update to replace integralimg package with integral package
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,5 +7,5 @@ require ( github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect github.com/wcharczuk/go-chart v2.0.2-0.20191206192251-962b9abdec2b+incompatible golang.org/x/image v0.0.0-20200618115811-c13761719519 // indirect - rescribe.xyz/integralimg v0.4.0 + rescribe.xyz/integral v0.6.0 ) |