Skip to content

Commit

Permalink
ui: v0.60.1 (#1468)
Browse files Browse the repository at this point in the history
### Patch Changes

- 9e6640a3: Fixed an issue where network averages shown on pinned field
tips did not follow the currency display preference.
  • Loading branch information
ChrisSchinnerl authored Aug 22, 2024
2 parents b2ff8d2 + 1f3da61 commit 8a169ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ require (
go.sia.tech/hostd v1.1.3-0.20240807214810-c2d8ed84dc45
go.sia.tech/jape v0.12.0
go.sia.tech/mux v1.2.0
go.sia.tech/web/renterd v0.60.0
go.sia.tech/web/renterd v0.60.1
go.uber.org/zap v1.27.0
golang.org/x/crypto v0.26.0
golang.org/x/sys v0.24.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ go.sia.tech/mux v1.2.0 h1:ofa1Us9mdymBbGMY2XH/lSpY8itFsKIo/Aq8zwe+GHU=
go.sia.tech/mux v1.2.0/go.mod h1:Yyo6wZelOYTyvrHmJZ6aQfRoer3o4xyKQ4NmQLJrBSo=
go.sia.tech/web v0.0.0-20240610131903-5611d44a533e h1:oKDz6rUExM4a4o6n/EXDppsEka2y/+/PgFOZmHWQRSI=
go.sia.tech/web v0.0.0-20240610131903-5611d44a533e/go.mod h1:4nyDlycPKxTlCqvOeRO0wUfXxyzWCEE7+2BRrdNqvWk=
go.sia.tech/web/renterd v0.60.0 h1:SDOrcMY9xvOl4FhIiqERUZVcCCuwCoN/RCJX3s8QUgg=
go.sia.tech/web/renterd v0.60.0/go.mod h1:SWwKoAJvLxiHjTXsNPKX3RLiQzJb/vxwcpku3F78MO8=
go.sia.tech/web/renterd v0.60.1 h1:KJ/DgYKES29HoRd4/XY/G9CzTrHpMANCRCffIYc6Sxg=
go.sia.tech/web/renterd v0.60.1/go.mod h1:SWwKoAJvLxiHjTXsNPKX3RLiQzJb/vxwcpku3F78MO8=
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/multierr v1.11.0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0=
Expand Down

0 comments on commit 8a169ab

Please sign in to comment.