Skip to content

Commit

Permalink
Merge pull request #354 from SiaFoundation/ui/update-v0.40.0
Browse files Browse the repository at this point in the history
ui: v0.40.0
  • Loading branch information
n8maninger committed Apr 4, 2024
2 parents 27ddcb4 + 0efa396 commit 4500541
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
8 changes: 5 additions & 3 deletions go.mod
@@ -1,6 +1,8 @@
module go.sia.tech/hostd

go 1.21.6
go 1.21.7

toolchain go1.21.8

require (
github.com/aws/aws-sdk-go v1.51.12
Expand All @@ -14,7 +16,7 @@ require (
go.sia.tech/jape v0.11.2-0.20240124024603-93559895d640
go.sia.tech/renterd v1.0.6
go.sia.tech/siad v1.5.10-0.20230228235644-3059c0b930ca
go.sia.tech/web/hostd v0.39.0
go.sia.tech/web/hostd v0.40.0
go.uber.org/goleak v1.3.0
go.uber.org/zap v1.27.0
golang.org/x/sys v0.18.0
Expand Down Expand Up @@ -58,7 +60,7 @@ require (
gitlab.com/NebulousLabs/siamux v0.0.2-0.20220630142132-142a1443a259 // indirect
gitlab.com/NebulousLabs/threadgroup v0.0.0-20200608151952-38921fbef213 // indirect
go.sia.tech/mux v1.2.0 // indirect
go.sia.tech/web v0.0.0-20231213145933-3f175a86abff // indirect
go.sia.tech/web v0.0.0-20240403150056-0f3b9f006d5b // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/crypto v0.21.0 // indirect
golang.org/x/net v0.22.0 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Expand Up @@ -212,10 +212,10 @@ go.sia.tech/renterd v1.0.6 h1:VgmgjDKANEmwoT0oMZ3F/cznDhuBL2sAU1AbV0gx/w4=
go.sia.tech/renterd v1.0.6/go.mod h1:TEe/dtuI7B1GqZVsxcqY2qXM24eZ8MYAzkc5+c8p8Fk=
go.sia.tech/siad v1.5.10-0.20230228235644-3059c0b930ca h1:aZMg2AKevn7jKx+wlusWQfwSM5pNU9aGtRZme29q3O4=
go.sia.tech/siad v1.5.10-0.20230228235644-3059c0b930ca/go.mod h1:h/1afFwpxzff6/gG5i1XdAgPK7dEY6FaibhK7N5F86Y=
go.sia.tech/web v0.0.0-20231213145933-3f175a86abff h1:/nE7nhewDRxzEdtSKT4SkiUwtjPSiy7Xz7CHEW3MaGQ=
go.sia.tech/web v0.0.0-20231213145933-3f175a86abff/go.mod h1:RKODSdOmR3VtObPAcGwQqm4qnqntDVFylbvOBbWYYBU=
go.sia.tech/web/hostd v0.39.0 h1:vda5w1I4lqHNGP7VJ2I9bXF0bzLD4ctGAHfs68kAOS4=
go.sia.tech/web/hostd v0.39.0/go.mod h1:nZf2Ubbd5ecUjEzlZPlwIc7ZIf+iVosgmLDBymQtzTM=
go.sia.tech/web v0.0.0-20240403150056-0f3b9f006d5b h1:nwfLGAR0sjN/zb9QW0xWeNR8MjdtJl6KKZqPo2Amz3U=
go.sia.tech/web v0.0.0-20240403150056-0f3b9f006d5b/go.mod h1:nGEhGmI8zV/BcC3LOCC5JLVYpidNYJIvLGIqVRWQBCg=
go.sia.tech/web/hostd v0.40.0 h1:OqIaQRVCjeJtemoHzRPe1RfXb/+3B+D74Rt8OKQaAJM=
go.sia.tech/web/hostd v0.40.0/go.mod h1:nZf2Ubbd5ecUjEzlZPlwIc7ZIf+iVosgmLDBymQtzTM=
go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=
go.uber.org/goleak v1.3.0/go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE=
Expand Down

0 comments on commit 4500541

Please sign in to comment.