-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathgo.mod
More file actions
45 lines (42 loc) · 1.49 KB
/
go.mod
File metadata and controls
45 lines (42 loc) · 1.49 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
module go.sia.tech/hostd/v2 // v2.8.0
go 1.26.0
require (
github.com/aws/aws-sdk-go v1.55.8
github.com/cloudflare/cloudflare-go v0.116.0
github.com/google/go-github v17.0.0+incompatible
github.com/hashicorp/golang-lru/v2 v2.0.7
github.com/mattn/go-sqlite3 v1.14.42
github.com/shopspring/decimal v1.4.0
go.sia.tech/core v0.20.0
go.sia.tech/coreutils v0.21.3
go.sia.tech/jape v0.14.1
go.sia.tech/web/hostd v0.68.2
go.uber.org/zap v1.27.1
golang.org/x/sys v0.43.0
golang.org/x/term v0.42.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/goccy/go-json v0.10.5 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/julienschmidt/httprouter v1.3.0 // indirect
github.com/quic-go/qpack v0.6.0 // indirect
github.com/quic-go/quic-go v0.59.0 // indirect
github.com/quic-go/webtransport-go v0.10.1-0.20260312060737-05fe5253a73c // indirect
github.com/rogpeppe/go-internal v1.12.0 // indirect
go.etcd.io/bbolt v1.4.3 // indirect
go.sia.tech/mux v1.5.0 // indirect
go.sia.tech/web v0.0.0-20240610131903-5611d44a533e // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/crypto v0.50.0 // indirect
golang.org/x/net v0.53.0 // indirect
golang.org/x/text v0.36.0 // indirect
golang.org/x/tools v0.44.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)