Skip to content

Commit

Permalink
fix: broken lsif-go dep
Browse files Browse the repository at this point in the history
  • Loading branch information
williamfzc committed Nov 23, 2024
1 parent c2bb63a commit 6dfb6e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/goccy/go-json v0.10.2
github.com/opensibyl/sibyl2 v0.16.4
github.com/sirupsen/logrus v1.9.0
github.com/sourcegraph/lsif-go v0.0.0-00010101000000-000000000000
github.com/sourcegraph/lsif-go v1.9.3
github.com/sourcegraph/scip v0.0.0-00010101000000-000000000000
github.com/stretchr/testify v1.8.2
github.com/urfave/cli/v2 v2.25.1
Expand Down Expand Up @@ -98,7 +98,7 @@ require (
)

// lsif-go
replace github.com/sourcegraph/lsif-go => github.com/williamfzc/lsif-go v0.0.0-20230513083129-11728402abf2
replace github.com/sourcegraph/lsif-go => github.com/williamfzc/lsif-go v0.0.0-20241123083816-a7f1cc66418e

replace mvdan.cc/gofumpt => github.com/mvdan/gofumpt v0.5.0

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -366,8 +366,8 @@ github.com/vmihailenco/msgpack/v5 v5.3.5 h1:5gO0H1iULLWGhs2H5tbAHIZTV8/cYafcFOr9
github.com/vmihailenco/msgpack/v5 v5.3.5/go.mod h1:7xyJ9e+0+9SaZT0Wt1RGleJXzli6Q/V5KbhBonMG9jc=
github.com/vmihailenco/tagparser/v2 v2.0.0 h1:y09buUbR+b5aycVFQs/g70pqKVZNBmxwAhO7/IwNM9g=
github.com/vmihailenco/tagparser/v2 v2.0.0/go.mod h1:Wri+At7QHww0WTrCBeu4J6bNtoV6mEfg5OIWRZA9qds=
github.com/williamfzc/lsif-go v0.0.0-20230513083129-11728402abf2 h1:qet6U/X9C5c4cnK/IUGkY8oTxEmKUTUq4jfbQv7dVRY=
github.com/williamfzc/lsif-go v0.0.0-20230513083129-11728402abf2/go.mod h1:q6/2imBY9OuYqqOAgav3J2BHTPYcvt6vqjvNxorfhXA=
github.com/williamfzc/lsif-go v0.0.0-20241123083816-a7f1cc66418e h1:LNcV8AMLfAvFTHhGZNrm9CN5zhin6VczwXCFEBQCEgs=
github.com/williamfzc/lsif-go v0.0.0-20241123083816-a7f1cc66418e/go.mod h1:vEq/nAmsBSXjfDJCAW9/SKKmpCgZzCmTSJmzxcmvQKE=
github.com/williamfzc/scip v0.0.0-20230518120517-4d9044d8f05b h1:yEBWtepx+UHjbGZavkLBshtMmBMbeu7kEMP3lJPdnVk=
github.com/williamfzc/scip v0.0.0-20230518120517-4d9044d8f05b/go.mod h1:ymcTuv+6D5OEZB/84TRPQvUpDK7v7zXnWBJl79hb7ns=
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f/go.mod h1:N2zxlSyiKSe5eX1tZViRH5QA0qijqEDrYZiPEAiq3wU=
Expand Down

0 comments on commit 6dfb6e0

Please sign in to comment.