Skip to content

Commit 9b5c881

Browse files
authored
Merge pull request #719 from SiaFoundation/nate/update-coreutils
Update coreutils to prevent panic
2 parents 8c3ba4a + a578799 commit 9b5c881

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
default: patch
3+
---
4+
5+
# Fixed a panic when updating contract formation proofs.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/mattn/go-sqlite3 v1.14.28
1111
github.com/shopspring/decimal v1.4.0
1212
go.sia.tech/core v0.13.1
13-
go.sia.tech/coreutils v0.16.0
13+
go.sia.tech/coreutils v0.16.1-0.20250607184904-8c78c1233ed4
1414
go.sia.tech/jape v0.14.0
1515
go.sia.tech/web/hostd v0.62.0
1616
go.uber.org/goleak v1.3.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ go.etcd.io/bbolt v1.4.0 h1:TU77id3TnN/zKr7CO/uk+fBCwF2jGcMuw2B/FMAzYIk=
6262
go.etcd.io/bbolt v1.4.0/go.mod h1:AsD+OCi/qPN1giOX1aiLAha3o1U8rAz65bvN4j0sRuk=
6363
go.sia.tech/core v0.13.1 h1:dBKzZBhWZsgdV7qZa6qiaZtTDj5evvSqYWpeGNenlRI=
6464
go.sia.tech/core v0.13.1/go.mod h1:oMOgHT4bf9VSXUCOgtt9w4MFns/pY0LRUgwyMXdxW5w=
65-
go.sia.tech/coreutils v0.16.0 h1:KS6czVw6exhSRQ2whJ84UXGW56M79cYjefS1449ZfxE=
66-
go.sia.tech/coreutils v0.16.0/go.mod h1:L2fdE/d/DbfUmwTx8htI2hN9ypunBX2Q/DRTYCtb+ck=
65+
go.sia.tech/coreutils v0.16.1-0.20250607184904-8c78c1233ed4 h1:MDnsg/wLgs0Lslg764Twti0NNVYAFZMk3gupF6x8U/4=
66+
go.sia.tech/coreutils v0.16.1-0.20250607184904-8c78c1233ed4/go.mod h1:L2fdE/d/DbfUmwTx8htI2hN9ypunBX2Q/DRTYCtb+ck=
6767
go.sia.tech/jape v0.14.0 h1:hyocTKqvcji+rC1vDE1djINlpErQQVDS6zoLMmxW3Xs=
6868
go.sia.tech/jape v0.14.0/go.mod h1:tONxoKrNr0iQWzBCygwlTkGoGjuEhyVpLGInvGd2mGY=
6969
go.sia.tech/mux v1.4.0 h1:LgsLHtn7l+25MwrgaPaUCaS8f2W2/tfvHIdXps04sVo=

0 commit comments

Comments
 (0)