Skip to content

Commit

Permalink
refactor(language-server): Replace tab-based with arrow-based navigat…
Browse files Browse the repository at this point in the history
…ion (snyk#5312)
  • Loading branch information
Cata authored Jun 13, 2024
1 parent 8d6fbce commit 2bcffc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cliv2/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ require (
github.com/snyk/go-application-framework v0.0.0-20240611171051-d517ef1bad85
github.com/snyk/go-httpauth v0.0.0-20240307114523-1f5ea3f55c65
github.com/snyk/snyk-iac-capture v0.6.5
github.com/snyk/snyk-ls v0.0.0-20240611125743-7ba12dae3aee
github.com/snyk/snyk-ls v0.0.0-20240612152726-592e6515b4ee
github.com/spf13/cobra v1.8.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.9.0
Expand Down
2 changes: 2 additions & 0 deletions cliv2/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -754,6 +754,8 @@ github.com/snyk/snyk-iac-capture v0.6.5 h1:992DXCAJSN97KtUh8T5ndaWwd/6ZCal2bDkRX
github.com/snyk/snyk-iac-capture v0.6.5/go.mod h1:e47i55EmM0F69ZxyFHC4sCi7vyaJW6DLoaamJJCzWGk=
github.com/snyk/snyk-ls v0.0.0-20240611125743-7ba12dae3aee h1:b3f0PPYpYs7vt30JU34/WHjdIQcyuGEatAEjz6Mwlpo=
github.com/snyk/snyk-ls v0.0.0-20240611125743-7ba12dae3aee/go.mod h1:hVmErsJqCrrSrkRt1ALwGY+Ml5sPIJBrxxTzd3sxyNE=
github.com/snyk/snyk-ls v0.0.0-20240612152726-592e6515b4ee h1:Qcrk0U7fy6bLvEJdAVGWAg1tfCYA0556T+UnSktW4Xo=
github.com/snyk/snyk-ls v0.0.0-20240612152726-592e6515b4ee/go.mod h1:hVmErsJqCrrSrkRt1ALwGY+Ml5sPIJBrxxTzd3sxyNE=
github.com/sourcegraph/conc v0.3.0 h1:OQTbbt6P72L20UqAkXXuLOj79LfEanQ+YQFNpLA9ySo=
github.com/sourcegraph/conc v0.3.0/go.mod h1:Sdozi7LEKbFPqYX2/J+iBAM6HpqSLTASQIKqDmF7Mt0=
github.com/sourcegraph/go-lsp v0.0.0-20240223163137-f80c5dd31dfd h1:Dq5WSzWsP1TbVi10zPWBI5LKEBDg4Y1OhWEph1wr5WQ=
Expand Down

0 comments on commit 2bcffc6

Please sign in to comment.