diff options
author | Nick White <git@njw.name> | 2020-04-14 12:04:33 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2020-04-14 12:04:33 +0100 |
commit | e032e5692c4f3cf31ff495222c7f8109b5406c7f (patch) | |
tree | 01e532fb267d50f91bb7d9538b768794ac697699 | |
parent | 014af190c64b2fecbf5d69e9a13e45858e830e81 (diff) |
Update integralimg dependencyv0.1.2
-rw-r--r-- | go.mod | 2 | ||||
-rw-r--r-- | go.sum | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,3 +1,3 @@ module rescribe.xyz/preproc -require rescribe.xyz/integralimg v0.1.0 +require rescribe.xyz/integralimg v0.1.1 @@ -1,2 +1,2 @@ -rescribe.xyz/integralimg v0.1.0 h1:iiytO4xejyiqKsHTU6lZp/K6bAXSdOjJjyMUbfp66Pw= -rescribe.xyz/integralimg v0.1.0/go.mod h1:2euyPigpyIixTWO6JtFEhDp/3YKA6yy+d8g17oL0L0s= +rescribe.xyz/integralimg v0.1.1 h1:riLayPKKM5bs/ZyIcYhbUs4qP8wQOWc+tMxOF3vuscI= +rescribe.xyz/integralimg v0.1.1/go.mod h1:2euyPigpyIixTWO6JtFEhDp/3YKA6yy+d8g17oL0L0s= |