File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
1
module go.sia.tech/hostd
2
2
3
- go 1.21.6
3
+ go 1.21.7
4
+
5
+ toolchain go1.22.2
4
6
5
7
require (
6
8
github.com/aws/aws-sdk-go v1.50.1
@@ -13,7 +15,7 @@ require (
13
15
go.sia.tech/jape v0.11.2-0.20240124024603-93559895d640
14
16
go.sia.tech/renterd v0.6.0
15
17
go.sia.tech/siad v1.5.10-0.20230228235644-3059c0b930ca
16
- go.sia.tech/web/hostd v0.38 .0
18
+ go.sia.tech/web/hostd v0.40 .0
17
19
go.uber.org/goleak v1.2.0
18
20
go.uber.org/zap v1.26.0
19
21
golang.org/x/sys v0.16.0
@@ -56,7 +58,7 @@ require (
56
58
gitlab.com/NebulousLabs/siamux v0.0.2-0.20220630142132-142a1443a259 // indirect
57
59
gitlab.com/NebulousLabs/threadgroup v0.0.0-20200608151952-38921fbef213 // indirect
58
60
go.sia.tech/mux v1.2.0 // indirect
59
- go.sia.tech/web v0.0.0-20230817201630-c3d9328334b1 // indirect
61
+ go.sia.tech/web v0.0.0-20240419131233-a9321f0879b1 // indirect
60
62
go.uber.org/multierr v1.11.0 // indirect
61
63
golang.org/x/crypto v0.18.0 // indirect
62
64
golang.org/x/net v0.20.0 // indirect
Original file line number Diff line number Diff line change @@ -249,10 +249,10 @@ go.sia.tech/renterd v0.6.0 h1:eEWftx9xOvYVeGCejmyTopxKAql+KvnHxh1kMk5GEAo=
249
249
go.sia.tech/renterd v0.6.0 /go.mod h1:jcpk8/rEVA82GgkMpLThSerUIXxrKE79WT6E9NH1Rho =
250
250
go.sia.tech/siad v1.5.10-0.20230228235644-3059c0b930ca h1:aZMg2AKevn7jKx+wlusWQfwSM5pNU9aGtRZme29q3O4 =
251
251
go.sia.tech/siad v1.5.10-0.20230228235644-3059c0b930ca /go.mod h1:h/1afFwpxzff6/gG5i1XdAgPK7dEY6FaibhK7N5F86Y =
252
- go.sia.tech/web v0.0.0-20230817201630-c3d9328334b1 h1:qzS1HFVPuQlOyh17zqO4Qkz63Q0YwADGMt9YAiL9mrk =
253
- go.sia.tech/web v0.0.0-20230817201630-c3d9328334b1 /go.mod h1:RKODSdOmR3VtObPAcGwQqm4qnqntDVFylbvOBbWYYBU =
254
- go.sia.tech/web/hostd v0.38 .0 h1:HCpAsB+PX7bFWOwq41d14OUipvKKbHXZ4EjLtXW3HXU =
255
- go.sia.tech/web/hostd v0.38 .0 /go.mod h1:nZf2Ubbd5ecUjEzlZPlwIc7ZIf+iVosgmLDBymQtzTM =
252
+ go.sia.tech/web v0.0.0-20240419131233-a9321f0879b1 h1:9JF1YS4OkMROGBFnoiujivuNioT8WNjNG1MLQJWwJmk =
253
+ go.sia.tech/web v0.0.0-20240419131233-a9321f0879b1 /go.mod h1:nGEhGmI8zV/BcC3LOCC5JLVYpidNYJIvLGIqVRWQBCg =
254
+ go.sia.tech/web/hostd v0.40 .0 h1:OqIaQRVCjeJtemoHzRPe1RfXb/+3B+D74Rt8OKQaAJM =
255
+ go.sia.tech/web/hostd v0.40 .0 /go.mod h1:nZf2Ubbd5ecUjEzlZPlwIc7ZIf+iVosgmLDBymQtzTM =
256
256
go.uber.org/atomic v1.4.0 /go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE =
257
257
go.uber.org/goleak v1.2.0 h1:xqgm/S+aQvhWFTtR0XK3Jvg7z8kGV8P4X14IzwN3Eqk =
258
258
go.uber.org/goleak v1.2.0 /go.mod h1:XJYK+MuIchqpmGmUSAzotztawfKvYLUIgg7guXrwVUo =
You can’t perform that action at this time.
0 commit comments