From 97753052db0239d907631d4a480ac742412827d3 Mon Sep 17 00:00:00 2001 From: Nick White Date: Sun, 26 Jul 2020 23:44:41 +0100 Subject: Switch to integralimg 0.3.0 and use the new functions for integral sauvola --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') 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 ) -- cgit v1.2.1-24-ge1ad