drugbank/go.mod

11 lines
245 B
Modula-2
Raw Normal View History

2019-10-28 06:21:13 +00:00
module git.openprivacy.ca/open-data/drugbank
go 1.12
require (
github.com/antchfx/xmlquery v1.1.0
github.com/antchfx/xpath v1.1.0 // indirect
github.com/sahilm/fuzzy v0.1.0
golang.org/x/net v0.0.0-20191027233614-53de4c7853b5 // indirect
)