summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorNick White <git@njw.name>2021-06-21 17:51:30 +0100
committerNick White <git@njw.name>2021-06-21 17:51:30 +0100
commitee9c0f92067e3d203bd86958e9537cb1e5a0d80d (patch)
treecd78629bdc667940864fc9183ab9e55895571b01 /go.mod
parentf98e14b407a9d9d1535f0e2c759ca0ed5c122865 (diff)
rescribe: Embed Tesseract into binary so that no Tesseract install is necessary
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index c772cf1..caa42b7 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module rescribe.xyz/bookpipeline
-go 1.14
+go 1.16
require (
github.com/aws/aws-sdk-go v1.37.1