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 2, 2024
1 parent e6393f0 commit e3c12d2
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.20231231053054-38ae2e7cf9b9
go.sia.tech/core v0.1.12-0.20240102225118-01d51483ce05
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.20231231053054-38ae2e7cf9b9 h1:C2bBKgPcHhaGA93htmUZfPEPgeWqGY8LhI9/JYaTQN0=
go.sia.tech/core v0.1.12-0.20231231053054-38ae2e7cf9b9/go.mod h1:3EoY+rR78w1/uGoXXVqcYdwSjSJKuEMI5bL7WROA27Q=
go.sia.tech/core v0.1.12-0.20240102225118-01d51483ce05 h1:oMICBdw/0vVCf2wLvjQmP7uO5nkq9GY0eAlaS4181yA=
go.sia.tech/core v0.1.12-0.20240102225118-01d51483ce05/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 e3c12d2

Please sign in to comment.