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 86ab407
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 299 deletions.
58 changes: 35 additions & 23 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,66 +7,74 @@ toolchain go1.22.9
require (
github.com/alecthomas/chroma/v2 v2.7.0
github.com/bluekeyes/go-gitdiff v0.7.1
github.com/cockroachdb/errors v1.8.9
github.com/cockroachdb/errors v1.11.1
github.com/dominikbraun/graph v0.22.0
github.com/gocarina/gocsv v0.0.0-20230406101422-6445c2b15027
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/scip v0.0.0-00010101000000-000000000000
github.com/stretchr/testify v1.8.2
github.com/sourcegraph/lsif-go v1.9.3
github.com/sourcegraph/scip v0.3.1-0.20230627154934-45df7f6d33fc
github.com/stretchr/testify v1.8.4
github.com/urfave/cli/v2 v2.25.1
github.com/vmihailenco/msgpack/v5 v5.3.5
gonum.org/v1/gonum v0.14.0
google.golang.org/protobuf v1.30.0
google.golang.org/protobuf v1.34.1
)

require (
github.com/Masterminds/semver v1.4.2 // indirect
github.com/Masterminds/sprig v2.15.0+incompatible // indirect
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible // indirect
github.com/agnivade/levenshtein v1.1.1 // indirect
github.com/alecthomas/kingpin v2.2.6+incompatible // indirect
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
github.com/aokoli/goutils v1.0.1 // indirect
github.com/bufbuild/buf v1.4.0 // indirect
github.com/cockroachdb/logtags v0.0.0-20211118104740-dabe8e521a4f // indirect
github.com/cockroachdb/redact v1.1.3 // indirect
github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b // indirect
github.com/cockroachdb/redact v1.1.5 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dlclark/regexp2 v1.8.1 // indirect
github.com/efritz/pentimento v0.0.0-20190429011147-ade47d831101 // indirect
github.com/envoyproxy/protoc-gen-validate v0.10.1 // indirect
github.com/getsentry/sentry-go v0.12.0 // indirect
github.com/envoyproxy/protoc-gen-validate v1.0.4 // indirect
github.com/getsentry/sentry-go v0.25.0 // indirect
github.com/gofrs/flock v0.8.1 // indirect
github.com/gofrs/uuid v4.2.0+incompatible // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/huandu/xstrings v1.0.0 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/huandu/xstrings v1.3.2 // indirect
github.com/imdario/mergo v0.3.13 // indirect
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
github.com/jackc/pgconn v1.14.3 // indirect
github.com/jackc/pgio v1.0.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgproto3/v2 v2.3.3 // indirect
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
github.com/jdxcode/netrc v0.0.0-20210204082910-926c7f70242a // indirect
github.com/jhump/protocompile v0.0.0-20220216033700-d705409f108f // indirect
github.com/jhump/protoreflect v1.12.1-0.20220417024638-438db461d753 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/compress v1.15.13 // indirect
github.com/klauspost/compress v1.16.0 // indirect
github.com/klauspost/pgzip v1.2.5 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/mwitkow/go-proto-validators v0.0.0-20180403085117-0950a7990007 // indirect
github.com/mwitkow/go-proto-validators v0.3.2 // indirect
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pkg/profile v1.6.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/pseudomuto/protoc-gen-doc v1.5.1 // indirect
github.com/pseudomuto/protokit v0.2.0 // indirect
github.com/rogpeppe/go-internal v1.8.1 // indirect
github.com/rogpeppe/go-internal v1.11.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/slimsag/godocmd v0.0.0-20161025000126-a1005ad29fe3 // indirect
github.com/smacker/go-tree-sitter v0.0.0-20230501083651-a7d92773b3aa // indirect
Expand All @@ -90,17 +98,21 @@ require (
golang.org/x/text v0.20.0 // indirect
golang.org/x/tools v0.27.0 // indirect
golang.org/x/tools/go/vcs v0.1.0-deprecated // indirect
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
google.golang.org/grpc v1.56.3 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
google.golang.org/genproto v0.0.0-20231030173426-d783a09b4405 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240528184218-531527333157 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 // indirect
google.golang.org/grpc v1.65.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

// 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

// scip
replace github.com/sourcegraph/scip => github.com/williamfzc/scip v0.0.0-20230518120517-4d9044d8f05b

// private repo now
replace github.com/sourcegraph/sourcegraph/lib => github.com/sourcegraph/sourcegraph-public-snapshot/lib v0.0.0-20240822153003-c864f15af264
Loading

0 comments on commit 86ab407

Please sign in to comment.