Skip to content

Commit

Permalink
deps: update errgoengine
Browse files Browse the repository at this point in the history
  • Loading branch information
nedpals committed Feb 5, 2024
1 parent ea6e5bf commit 976c638
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion server/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ toolchain go1.21.4

require (
github.com/liamg/memoryfs v1.6.0
github.com/nedpals/errgoengine v0.0.0-20240202043608-58fd022a3bc4
github.com/nedpals/errgoengine v0.0.0-20240204172620-f4253b2cd98c
go.lsp.dev/protocol v0.12.0
)

Expand Down
2 changes: 2 additions & 0 deletions server/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ github.com/mattn/go-sqlite3 v1.14.16 h1:yOQRA0RpS5PFz/oikGwBEqvAWhWg5ufRz4ETLjwp
github.com/mattn/go-sqlite3 v1.14.16/go.mod h1:2eHXhiwb8IkHr+BDWZGa96P6+rkvnG63S2DGjv9HUNg=
github.com/nedpals/errgoengine v0.0.0-20240202043608-58fd022a3bc4 h1:PAlxtCGnxixq6THwDkjlPd2/ExbfgVpL9UnUBh42qKw=
github.com/nedpals/errgoengine v0.0.0-20240202043608-58fd022a3bc4/go.mod h1:uYC7Mfw/No0v7VerEzJMPt6MdqgS6OYlkWdhan7cnz0=
github.com/nedpals/errgoengine v0.0.0-20240204172620-f4253b2cd98c h1:MofuPKky/AzH2n5asPmo+ybZB3izFwo2ZVt467QlCRQ=
github.com/nedpals/errgoengine v0.0.0-20240204172620-f4253b2cd98c/go.mod h1:uYC7Mfw/No0v7VerEzJMPt6MdqgS6OYlkWdhan7cnz0=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec h1:W09IVJc94icq4NjY3clb7Lk8O1qJ8BdBEF8z0ibU0rE=
Expand Down

0 comments on commit 976c638

Please sign in to comment.