Skip to content

Commit 2a48390

Browse files
committed
update coreutils to fix syncing loop
1 parent de4f4e5 commit 2a48390

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/mattn/go-sqlite3 v1.14.28
88
github.com/oschwald/geoip2-golang v1.11.0
99
go.sia.tech/core v0.13.2
10-
go.sia.tech/coreutils v0.16.1
10+
go.sia.tech/coreutils v0.16.2-0.20250614154532-fc51637947af
1111
go.sia.tech/jape v0.14.0
1212
go.uber.org/zap v1.27.0
1313
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ go.etcd.io/bbolt v1.4.0 h1:TU77id3TnN/zKr7CO/uk+fBCwF2jGcMuw2B/FMAzYIk=
4747
go.etcd.io/bbolt v1.4.0/go.mod h1:AsD+OCi/qPN1giOX1aiLAha3o1U8rAz65bvN4j0sRuk=
4848
go.sia.tech/core v0.13.2 h1:66ZYzN2+AiHZmRayt4idSfoEoQZ5LV541+2E0luiizA=
4949
go.sia.tech/core v0.13.2/go.mod h1:bur1jeLA1JQbwzZkc2ijSTdpJYusG4h0pV9IwLOHT0g=
50-
go.sia.tech/coreutils v0.16.1 h1:FlicsokoxXI1WQAp2w9wGjDQAEb3dS7zY3vpumIpsoQ=
51-
go.sia.tech/coreutils v0.16.1/go.mod h1:BPoX9f3/ViDi6STLMoeziZZKCJarVwGV3yXv5pl0opQ=
50+
go.sia.tech/coreutils v0.16.2-0.20250614154532-fc51637947af h1:s32mW2KWeE4/HTTE2h9GUqVmr3bH8rTA9Sa7iTBlWrk=
51+
go.sia.tech/coreutils v0.16.2-0.20250614154532-fc51637947af/go.mod h1:BPoX9f3/ViDi6STLMoeziZZKCJarVwGV3yXv5pl0opQ=
5252
go.sia.tech/jape v0.14.0 h1:hyocTKqvcji+rC1vDE1djINlpErQQVDS6zoLMmxW3Xs=
5353
go.sia.tech/jape v0.14.0/go.mod h1:tONxoKrNr0iQWzBCygwlTkGoGjuEhyVpLGInvGd2mGY=
5454
go.sia.tech/mux v1.4.0 h1:LgsLHtn7l+25MwrgaPaUCaS8f2W2/tfvHIdXps04sVo=

0 commit comments

Comments
 (0)