diff options
author | Nick White <git@njw.name> | 2021-06-21 17:51:30 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2021-06-21 17:51:30 +0100 |
commit | ee9c0f92067e3d203bd86958e9537cb1e5a0d80d (patch) | |
tree | cd78629bdc667940864fc9183ab9e55895571b01 /go.mod | |
parent | f98e14b407a9d9d1535f0e2c759ca0ed5c122865 (diff) |
rescribe: Embed Tesseract into binary so that no Tesseract install is necessary
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ module rescribe.xyz/bookpipeline -go 1.14 +go 1.16 require ( github.com/aws/aws-sdk-go v1.37.1 |