Skip to content

Commit

Permalink
mod: Update core dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechampine committed Jan 3, 2024
1 parent d962ecd commit eb99414
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 @@ -4,7 +4,7 @@ go 1.18

require (
go.etcd.io/bbolt v1.3.7
go.sia.tech/core v0.1.12-0.20240103190338-62b60d69add8
go.sia.tech/core v0.1.12-0.20240103201313-cb031ab57054
go.sia.tech/jape v0.9.0
go.sia.tech/web/walletd v0.10.0
golang.org/x/term v0.6.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
github.com/stretchr/testify v1.8.1 h1:w7B6lhMri9wdJUVmEZPGGhZzrYTPvgJArz7wNPgYKsk=
go.etcd.io/bbolt v1.3.7 h1:j+zJOnnEjF/kyHlDDgGnVL/AIqIJPq8UoB2GSNfkUfQ=
go.etcd.io/bbolt v1.3.7/go.mod h1:N9Mkw9X8x5fupy0IKsmuqVtoGDyxsaDlbk4Rd05IAQw=
go.sia.tech/core v0.1.12-0.20240103190338-62b60d69add8 h1:R+GMKScY0+gb8smswxBgcgjCmB1QBBUqYLRK3vWAdgY=
go.sia.tech/core v0.1.12-0.20240103190338-62b60d69add8/go.mod h1:3EoY+rR78w1/uGoXXVqcYdwSjSJKuEMI5bL7WROA27Q=
go.sia.tech/core v0.1.12-0.20240103201313-cb031ab57054 h1:+7OK1zJTCEy0tQmrlytA/vo0Xit3rlhQQx2x+hKMVUw=
go.sia.tech/core v0.1.12-0.20240103201313-cb031ab57054/go.mod h1:3EoY+rR78w1/uGoXXVqcYdwSjSJKuEMI5bL7WROA27Q=
go.sia.tech/jape v0.9.0 h1:kWgMFqALYhLMJYOwWBgJda5ko/fi4iZzRxHRP7pp8NY=
go.sia.tech/jape v0.9.0/go.mod h1:4QqmBB+t3W7cNplXPj++ZqpoUb2PeiS66RLpXmEGap4=
go.sia.tech/mux v1.2.0 h1:ofa1Us9mdymBbGMY2XH/lSpY8itFsKIo/Aq8zwe+GHU=
Expand Down

0 comments on commit eb99414

Please sign in to comment.