summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.name>2020-02-27 17:24:02 +0000
committerNick White <git@njw.name>2020-02-27 17:24:02 +0000
commita12fb10e9355d12db1dfd2d8871fb73c50b4cfc3 (patch)
tree9445f55f2edae2f63af90874707aefa3df974ed6
parent9db7315543bbab73d374cbe07bbf80d560f64f9b (diff)
Add go.mod and go.sum for v0.1.0v0.1.0
-rw-r--r--go.mod3
-rw-r--r--go.sum2
2 files changed, 5 insertions, 0 deletions
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=