esquery/go.mod

9 lines
139 B
Modula-2
Raw Normal View History

module bitbucket.org/scalock/esquery
go 1.13
require (
github.com/elastic/go-elasticsearch/v7 v7.6.0
github.com/fatih/structs v1.1.0
)