tartrazine/go.mod
Alexander Bezzubov a4a2b1d68a
build: go module defention and deps
Signed-off-by: Alexander Bezzubov <bzz@apache.org>
2019-04-12 11:47:37 +02:00

12 lines
236 B
Modula-2

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
)