fork of https://github.com/sourcegraph/zoekt
0

Configure Feed

Select the types of activity you want to include in your feed.

go.mod: go get github.com/sourcegraph/go-ctags (#519)

Updated matching rules for tsx.

author
Stefan Hengl
committer
GitHub
date (Jan 12, 2023, 12:56 PM +0100) commit e0cf62d2 parent d541ae2d
+3 -3
+1 -1
go.mod
··· 25 25 github.com/prometheus/client_golang v1.14.0 26 26 github.com/prometheus/procfs v0.8.0 27 27 github.com/rs/xid v1.4.0 28 - github.com/sourcegraph/go-ctags v0.0.0-20220611154803-db463692f037 28 + github.com/sourcegraph/go-ctags v0.0.0-20230111110657-c27675da7f71 29 29 github.com/sourcegraph/log v0.0.0-20221206163500-7d93c6ad7037 30 30 github.com/sourcegraph/mountinfo v0.0.0-20221027185101-272dd8baaf4a 31 31 github.com/uber/jaeger-client-go v2.30.0+incompatible
+2 -2
go.sum
··· 571 571 github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0= 572 572 github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc= 573 573 github.com/smartystreets/goconvey v1.6.4/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA= 574 - github.com/sourcegraph/go-ctags v0.0.0-20220611154803-db463692f037 h1:gk2cs5tfGFtpZfaK5sKnn3Y4iyzrpCfdpncZhTKLz5E= 575 - github.com/sourcegraph/go-ctags v0.0.0-20220611154803-db463692f037/go.mod h1:ZYjpRXoJrRlxjU9ZfpaUKJkk62AjhJPffN3rlw2aqxM= 574 + github.com/sourcegraph/go-ctags v0.0.0-20230111110657-c27675da7f71 h1:tsWE3F3StWvnwLnC4JWb0zX0UHY9GULQtu/aoQvLJvI= 575 + github.com/sourcegraph/go-ctags v0.0.0-20230111110657-c27675da7f71/go.mod h1:ZYjpRXoJrRlxjU9ZfpaUKJkk62AjhJPffN3rlw2aqxM= 576 576 github.com/sourcegraph/log v0.0.0-20221206163500-7d93c6ad7037 h1:hgZHfGYG3KMlDDfACuPgzhMIaEjblCqZ+YltcPgd0tw= 577 577 github.com/sourcegraph/log v0.0.0-20221206163500-7d93c6ad7037/go.mod h1:y+sVdVKxHhp489iiiXeZgXIhSpFYijtp/pLD2coj96g= 578 578 github.com/sourcegraph/mountinfo v0.0.0-20221027185101-272dd8baaf4a h1:fD9C4qHZWr7girCD8EwBHdmdViIWtdVTBO6k9SInVQo=