-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
32 lines (29 loc) · 1.18 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
module github.com/thijzert/speeldoos
go 1.22.3
require (
github.com/anacrolix/torrent v1.56.0
github.com/evanw/esbuild v0.21.4
github.com/pkg/errors v0.9.1
github.com/thijzert/go-rcfile v0.0.0-20161124154356-8a438d6f08d5
github.com/thijzert/go-resemble v1.5.0
github.com/thijzert/go-termcolours v0.0.0-20171031170714-d434be3e67cd
golang.org/x/crypto v0.24.0
golang.org/x/text v0.16.0
)
require (
github.com/anacrolix/generics v0.0.2-0.20240227122613-f95486179cab // indirect
github.com/anacrolix/missinggo v1.3.0 // indirect
github.com/anacrolix/missinggo/v2 v2.7.3 // indirect
github.com/bradfitz/iter v0.0.0-20191230175014-e8f45d346db8 // indirect
github.com/huandu/xstrings v1.5.0 // indirect
github.com/klauspost/cpuid/v2 v2.2.7 // indirect
github.com/minio/sha256-simd v1.0.1 // indirect
github.com/mr-tron/base58 v1.2.0 // indirect
github.com/multiformats/go-multihash v0.2.3 // indirect
github.com/multiformats/go-varint v0.0.7 // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
golang.org/x/exp v0.0.0-20240604190554-fc45aab8b7f8 // indirect
golang.org/x/sys v0.21.0 // indirect
golang.org/x/term v0.21.0 // indirect
lukechampine.com/blake3 v1.3.0 // indirect
)