build: go module defention and deps

Signed-off-by: Alexander Bezzubov <bzz@apache.org>
This commit is contained in:
Alexander Bezzubov
2019-04-08 23:53:32 +02:00
parent ab3c26b46d
commit a4a2b1d68a
2 changed files with 28 additions and 0 deletions

11
go.mod Normal file
View File

@ -0,0 +1,11 @@
module github.com/src-d/enry
go 1.12
require (
github.com/src-d/go-oniguruma v1.0.0
github.com/stretchr/testify v1.3.0
github.com/toqueteos/trie v1.0.0 // indirect
gopkg.in/toqueteos/substring.v1 v1.0.2
gopkg.in/yaml.v2 v2.2.2
)