Skip to content

Commit

Permalink
feat: bump language server protocol version to 11 [IDE-236] (#5156)
Browse files Browse the repository at this point in the history
This safe-guards and enforces that global ignores functionality has the necessary commands available.
  • Loading branch information
bastiandoetsch committed Apr 9, 2024
1 parent 1e51948 commit fc41937
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
Expand Up @@ -16,7 +16,7 @@ require (
github.com/snyk/go-application-framework v0.0.0-20240404113733-1ee20e5f3ae4
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-20240408072540-75df46322994
github.com/snyk/snyk-ls v0.0.0-20240409081112-f3ca3f397a7b
github.com/spf13/cobra v1.7.0
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
Expand Up @@ -725,8 +725,8 @@ github.com/snyk/policy-engine v0.22.0 h1:od9pduGrXyfWO791X+8M1qmnvWUxaIXh0gBzGKq
github.com/snyk/policy-engine v0.22.0/go.mod h1:Vvy/9VMXoABS3JlLqhTlAPWkB5LgbLh7LGn3gBwAqdY=
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-20240408072540-75df46322994 h1:XK3dxElJvE/xtI51dcAZ1XJePLe9vzj8/PzJ1MCuvZI=
github.com/snyk/snyk-ls v0.0.0-20240408072540-75df46322994/go.mod h1:jSKV+XpanDzYZ3bLHNuT4v3+b39WEy6kCh4dkkSyykc=
github.com/snyk/snyk-ls v0.0.0-20240409081112-f3ca3f397a7b h1:zVft430r9wUecY2IlGH/mQcRpHwWg0mgtEd8NweRds8=
github.com/snyk/snyk-ls v0.0.0-20240409081112-f3ca3f397a7b/go.mod h1:jSKV+XpanDzYZ3bLHNuT4v3+b39WEy6kCh4dkkSyykc=
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 fc41937

Please sign in to comment.