summaryrefslogtreecommitdiff
path: root/go.mod
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 /go.mod
parent9db7315543bbab73d374cbe07bbf80d560f64f9b (diff)
Add go.mod and go.sum for v0.1.0v0.1.0
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 3 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