aboutsummaryrefslogtreecommitdiffstats
path: root/skate/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'skate/go.mod')
-rw-r--r--skate/go.mod2
1 files changed, 2 insertions, 0 deletions
diff --git a/skate/go.mod b/skate/go.mod
index d6b668b..911296f 100644
--- a/skate/go.mod
+++ b/skate/go.mod
@@ -3,12 +3,14 @@ module git.archive.org/martin/cgraph/skate
go 1.15
require (
+ github.com/adrg/xdg v0.3.3 // indirect
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 // indirect
github.com/tidwall/gjson v1.7.5
golang.org/x/text v0.3.6
mvdan.cc/xurls/v2 v2.2.0