Skip to content

Commit

Permalink
Merge pull request #5572 from snyk/feat/automatic-upgrade-of-ls
Browse files Browse the repository at this point in the history
feat(language-server): integrate LS
  • Loading branch information
Team-Hammerhead authored Nov 11, 2024
2 parents 3e990ac + f3d35bc commit 0b6ee11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cliv2/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ require (
github.com/snyk/go-application-framework v0.0.0-20241105130756-9d4de29b4af4
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-20241106125821-298c9819751c
github.com/snyk/snyk-ls v0.0.0-20241111125011-8d32cec04e8b
github.com/spf13/cobra v1.8.1
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.9.0
Expand Down
4 changes: 2 additions & 2 deletions cliv2/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -770,8 +770,8 @@ github.com/snyk/policy-engine v0.31.3 h1:FepCg6QN/X8uvxYjF+WwB2aiBPJB+NENDgKQeI/
github.com/snyk/policy-engine v0.31.3/go.mod h1:Z9/hcngz+2txX4QfQRwfODk8F7w4mr/IQOvCtIosnLo=
github.com/snyk/snyk-iac-capture v0.6.5 h1:992DXCAJSN97KtUh8T5ndaWwd/6ZCal2bDkRXqM1u/E=
github.com/snyk/snyk-iac-capture v0.6.5/go.mod h1:e47i55EmM0F69ZxyFHC4sCi7vyaJW6DLoaamJJCzWGk=
github.com/snyk/snyk-ls v0.0.0-20241106125821-298c9819751c h1:qGnH1COHT8YmRCp1ghF+AVZ6ouT6/B6/QgJVRqSG3Is=
github.com/snyk/snyk-ls v0.0.0-20241106125821-298c9819751c/go.mod h1:ymVHnn1JE/pqWhTHSQEz/1MP8FmYYfYFszaptaaI/PE=
github.com/snyk/snyk-ls v0.0.0-20241111125011-8d32cec04e8b h1:ztqcKxsXrhXhw4cnc6bbZt1sUMYBNyCMLMKLiZQK0C8=
github.com/snyk/snyk-ls v0.0.0-20241111125011-8d32cec04e8b/go.mod h1:ymVHnn1JE/pqWhTHSQEz/1MP8FmYYfYFszaptaaI/PE=
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 0b6ee11

Please sign in to comment.