Skip to content

Commit

Permalink
deps: update errgoengine
Browse files Browse the repository at this point in the history
  • Loading branch information
nedpals committed Mar 13, 2024
1 parent a86387d commit 08d14c3
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-20240310072818-9b5509fadfdf
github.com/nedpals/errgoengine v0.0.0-20240313164413-57ce740a1aac
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 @@ -42,6 +42,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-20240310072818-9b5509fadfdf h1:59y70nCuDZPVEmZ692t9ZC/q7dvEPOIxN9HIGvrXO6s=
github.com/nedpals/errgoengine v0.0.0-20240310072818-9b5509fadfdf/go.mod h1:uYC7Mfw/No0v7VerEzJMPt6MdqgS6OYlkWdhan7cnz0=
github.com/nedpals/errgoengine v0.0.0-20240313164413-57ce740a1aac h1:SGmIhk55TLIDI1PrQUwPGDrdFRLaQ0Ve68Gpx3HBl2Y=
github.com/nedpals/errgoengine v0.0.0-20240313164413-57ce740a1aac/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 08d14c3

Please sign in to comment.