blob: 5e2f5ac7c26e8a756d9184f3476bb0a31375a249 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
module gitlab.com/internetarchive/refcat/skate
go 1.15
require (
github.com/adrg/xdg v0.3.3
github.com/benbjohnson/clock v1.3.0
github.com/klauspost/compress v1.13.1
github.com/klauspost/cpuid/v2 v2.0.6 // indirect
github.com/kr/pretty v0.1.0
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
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
mvdan.cc/xurls/v2 v2.3.0
)
|