From ee9c0f92067e3d203bd86958e9537cb1e5a0d80d Mon Sep 17 00:00:00 2001 From: Nick White Date: Mon, 21 Jun 2021 17:51:30 +0100 Subject: rescribe: Embed Tesseract into binary so that no Tesseract install is necessary --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') 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 -- cgit v1.2.1-24-ge1ad