diff options
author | Nick White <git@njw.name> | 2020-07-26 23:44:41 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2020-07-26 23:44:41 +0100 |
commit | 97753052db0239d907631d4a480ac742412827d3 (patch) | |
tree | c7cb6650ac3f540b6a429f621c1c5b9b8e5d0884 /go.mod | |
parent | 797a8dca9408eb58620bc33dde9b5da51bbfee5f (diff) |
Switch to integralimg 0.3.0 and use the new functions for integral sauvola
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.2.1 + rescribe.xyz/integralimg v0.3.0 ) |