-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgo.mod
More file actions
47 lines (44 loc) · 1.63 KB
/
Copy pathgo.mod
File metadata and controls
47 lines (44 loc) · 1.63 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
module go.sia.tech/indexd // v0.2.3
go 1.26.0
require (
github.com/jackc/pgerrcode v0.0.0-20240316143900-6e2875d9b438
github.com/jackc/pgx/v5 v5.10.0
github.com/klauspost/reedsolomon v1.14.1
github.com/oschwald/geoip2-golang v1.13.0
github.com/shopspring/decimal v1.4.0
go.sia.tech/core v0.21.1
go.sia.tech/coreutils v0.22.1-0.20260609163241-06d70f59a225
go.sia.tech/jape v0.14.1
go.sia.tech/mux v1.5.2
go.sia.tech/web/indexd v0.18.0
go.uber.org/goleak v1.3.0
go.uber.org/zap v1.28.0
golang.org/x/crypto v0.53.0
golang.org/x/term v0.44.0
golang.org/x/time v0.15.0
gopkg.in/yaml.v3 v3.0.1
lukechampine.com/flagg v1.1.1
lukechampine.com/frand v1.5.1
lukechampine.com/upnp v0.3.0
)
require (
github.com/dunglas/httpsfv v1.1.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/jackc/puddle/v2 v2.2.2 // indirect
github.com/julienschmidt/httprouter v1.3.0 // indirect
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
github.com/oschwald/maxminddb-golang v1.13.1 // indirect
github.com/quic-go/qpack v0.6.0 // indirect
github.com/quic-go/quic-go v0.60.0 // indirect
github.com/quic-go/webtransport-go v0.10.1-0.20260312060737-05fe5253a73c // indirect
github.com/rogpeppe/go-internal v1.13.1 // indirect
go.etcd.io/bbolt v1.4.3 // indirect
go.sia.tech/web v0.0.0-20240422221546-c1709d16b6ef // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/net v0.55.0 // indirect
golang.org/x/sync v0.21.0 // indirect
golang.org/x/sys v0.46.0 // indirect
golang.org/x/text v0.38.0 // indirect
golang.org/x/tools v0.45.0 // indirect
)