blob: a3d750102e3d0fc4d187f06b49c570626496069a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
module git.archive.org/martin/cgraph/skate
go 1.15
require (
github.com/adrg/xdg v0.3.3
github.com/elastic/go-elasticsearch v0.0.0
github.com/elastic/go-elasticsearch/v7 v7.12.0
github.com/klauspost/cpuid/v2 v2.0.6 // indirect
github.com/matryer/is v1.4.0
github.com/nsf/jsondiff v0.0.0-20210303162244-6ea32392771e
github.com/segmentio/encoding v0.2.17
github.com/sethgrid/pester v1.1.0
github.com/tidwall/gjson v1.7.5
golang.org/x/text v0.3.6
mvdan.cc/xurls/v2 v2.2.0
)
|