aboutsummaryrefslogtreecommitdiffstats
path: root/skate/go.mod
blob: bd2093a173a69e52fce0ad2dd3798b339f484ba2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
module git.archive.org/martin/cgraph/skate

go 1.15

require (
	github.com/elastic/go-elasticsearch v0.0.0
	github.com/elastic/go-elasticsearch/v7 v7.12.0
	github.com/matryer/is v1.4.0
	github.com/miku/parallel v0.0.0-20210205190127-d1fa15dcea0c
	github.com/nsf/jsondiff v0.0.0-20210303162244-6ea32392771e
	github.com/segmentio/encoding v0.2.17
	golang.org/x/text v0.3.5
)