summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorNick White <git@njw.name>2020-07-26 23:44:41 +0100
committerNick White <git@njw.name>2020-07-26 23:44:41 +0100
commit97753052db0239d907631d4a480ac742412827d3 (patch)
treec7cb6650ac3f540b6a429f621c1c5b9b8e5d0884 /go.mod
parent797a8dca9408eb58620bc33dde9b5da51bbfee5f (diff)
Switch to integralimg 0.3.0 and use the new functions for integral sauvola
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index b2c2c0c..2ac2eb3 100644
--- a/go.mod
+++ b/go.mod
@@ -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.2.1
+ rescribe.xyz/integralimg v0.3.0
)