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 Dec 17, 2023
1 parent 4453d86 commit 2b1d123
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.20231212170807-3d9547b51206
go.sia.tech/core v0.1.12-0.20231217141231-562d4f3f50bf
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.20231212170807-3d9547b51206 h1:tG5fk7fyx7KnSs172weYqn7ILNzwPFWukDbOsfwMt9k=
go.sia.tech/core v0.1.12-0.20231212170807-3d9547b51206/go.mod h1:3EoY+rR78w1/uGoXXVqcYdwSjSJKuEMI5bL7WROA27Q=
go.sia.tech/core v0.1.12-0.20231217141231-562d4f3f50bf h1:lf2rX8WiDqPqz0PGWFfs6/jMpS7yewYT5ORAKQ9C97g=
go.sia.tech/core v0.1.12-0.20231217141231-562d4f3f50bf/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 2b1d123

Please sign in to comment.