Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/update_mux_to_v151.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
default: patch
---

# Update mux to v1.5.1.
Comment thread
ChrisSchinnerl marked this conversation as resolved.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/quic-go/webtransport-go v0.10.1-0.20260312060737-05fe5253a73c
go.etcd.io/bbolt v1.4.3
go.sia.tech/core v0.21.0
go.sia.tech/mux v1.5.0
go.sia.tech/mux v1.5.1
Comment thread
ChrisSchinnerl marked this conversation as resolved.
go.uber.org/zap v1.28.0
golang.org/x/crypto v0.51.0
lukechampine.com/frand v1.5.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ go.etcd.io/bbolt v1.4.3 h1:dEadXpI6G79deX5prL3QRNP6JB8UxVkqo4UPnHaNXJo=
go.etcd.io/bbolt v1.4.3/go.mod h1:tKQlpPaYCVFctUIgFKFnAlvbmB3tpy1vkTnDWohtc0E=
go.sia.tech/core v0.21.0 h1:BtZPT/UGPj5YjDmIA31fmZIm+fmqw/X4yshskr3cOwQ=
go.sia.tech/core v0.21.0/go.mod h1:b39iLfen0vRV3dkq1eSeBHDcaLFf89YPh2/TyBDY31Y=
go.sia.tech/mux v1.5.0 h1:6bQeO5y4AQPcf+UYHjhxpaNX+2V2wI5LIl0BbAg2YDA=
go.sia.tech/mux v1.5.0/go.mod h1:1/SlgVsLOUsca5tXxAEEwl+Ohm4B8te2YdRhpRGaUZw=
go.sia.tech/mux v1.5.1 h1:EiXDfnSMJk3U42tWqLdRZUDMaccjHDqtqxC9os24cDo=
go.sia.tech/mux v1.5.1/go.mod h1:cIAdOVD8fDHA61ZYvRop4IdW54nW95tj9KzoTJSE9Gc=
go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=
go.uber.org/goleak v1.3.0/go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE=
go.uber.org/mock v0.5.2 h1:LbtPTcP8A5k9WPXj54PPPbjcI4Y6lhyOZXn+VS7wNko=
Expand Down
Loading