From a12fb10e9355d12db1dfd2d8871fb73c50b4cfc3 Mon Sep 17 00:00:00 2001 From: Nick White Date: Thu, 27 Feb 2020 17:24:02 +0000 Subject: Add go.mod and go.sum for v0.1.0 --- go.mod | 3 +++ go.sum | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 go.mod create mode 100644 go.sum diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..74585d8 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module rescribe.xyz/preproc + +require rescribe.xyz/integralimg v0.1.0 diff --git a/go.sum b/go.sum new file mode 100644 index 0000000..cc9e7ae --- /dev/null +++ b/go.sum @@ -0,0 +1,2 @@ +rescribe.xyz/integralimg v0.1.0 h1:iiytO4xejyiqKsHTU6lZp/K6bAXSdOjJjyMUbfp66Pw= +rescribe.xyz/integralimg v0.1.0/go.mod h1:2euyPigpyIixTWO6JtFEhDp/3YKA6yy+d8g17oL0L0s= -- cgit v1.2.1-24-ge1ad