Skip to content

Commit

Permalink
Use go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
otiai10 committed Mar 20, 2019
1 parent b2c7e15 commit c25f7ee
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 87 deletions.
53 changes: 0 additions & 53 deletions Gopkg.lock

This file was deleted.

34 changes: 0 additions & 34 deletions Gopkg.toml

This file was deleted.

11 changes: 11 additions & 0 deletions go.mod
@@ -0,0 +1,11 @@
module github.com/otiai10/ocrserver

go 1.12

require (
bou.ke/monkey v1.0.1
github.com/otiai10/gosseract v2.2.1+incompatible
github.com/otiai10/marmoset v0.4.0
github.com/otiai10/mint v1.2.1
golang.org/x/net v0.0.0-20190125091013-d26f9f9a57f3
)
7 changes: 7 additions & 0 deletions go.sum
@@ -0,0 +1,7 @@
bou.ke/monkey v1.0.1/go.mod h1:FgHuK96Rv2Nlf+0u1OOVDpCMdsWyOFmeeketDHE7LIg=
github.com/otiai10/gosseract v2.2.1+incompatible h1:Ry5ltVdpdp4LAa2bMjsSJH34XHVOV7XMi41HtzL8X2I=
github.com/otiai10/gosseract v2.2.1+incompatible/go.mod h1:XrzWItCzCpFRZ35n3YtVTgq5bLAhFIkascoRo8G32QE=
github.com/otiai10/marmoset v0.4.0 h1:Hg59lQI7qQowBEdsAJ/+VDTEospTBzXX/A1Gsw4mlvA=
github.com/otiai10/marmoset v0.4.0/go.mod h1:t2q6dXWZ9YcFdRREDApX4bCmfQnL3isJ2dgl8ychlXg=
github.com/otiai10/mint v1.2.1/go.mod h1:YnfyPNhBvnY8bW4SGQHCs/aAFhkgySlMZbrF5U0bOVw=
golang.org/x/net v0.0.0-20190125091013-d26f9f9a57f3/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=

0 comments on commit c25f7ee

Please sign in to comment.