Skip to content

Commit 78c8f9c

Browse files
Merge pull request #5784 from snyk/fix/target-reference-rc
fix: add target reference
2 parents d8a668f + cee11f2 commit 78c8f9c

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

binary-releases/RELEASE_NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,6 @@ The Snyk CLI is being deployed to different deployment channels, users can selec
5858
* **language-server** add css variables and headers ([0a05e66](https://github.com/snyk/cli/commit/0a05e66779df877e869352f374516737dbc93c70))
5959
* **language-server** panic in range_finder ([50d0770](https://github.com/snyk/cli/commit/50d0770bca6bfa938f67e1d8ef2a58a8ed1847db))
6060
* **language-server** fix issue metadata used for hashing ([fc80c9c](https://github.com/snyk/cli/commit/fc80c9cc35a717e5ad5ba2a7cdc6dd470f97c97e))
61+
* **language-server** use diff without enricher for delta ([b213b58](https://github.com/snyk/cli/pull/5781/commits/b213b5864a279f7e88af497458eea3c28f805fe6))
62+
* **language-server** move issue view option filtering to the LS to not display ignored diagnostics in editor ([b213b58](https://github.com/snyk/cli/pull/5781/commits/b213b5864a279f7e88af497458eea3c28f805fe6))
63+
* **language-server** add api version query to explain API URL ([b213b58](https://github.com/snyk/cli/pull/5781/commits/b213b5864a279f7e88af497458eea3c28f805fe6))

cliv2/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/snyk/cli-extension-sbom v0.0.0-20241016065306-0df2be5b3b8f
1616
github.com/snyk/container-cli v0.0.0-20240821111304-7ca1c415a5d7
1717
github.com/snyk/error-catalog-golang-public v0.0.0-20250218074309-307ad7b38a60
18-
github.com/snyk/go-application-framework v0.0.0-20250307155453-ce7aaf72fe7d
18+
github.com/snyk/go-application-framework v0.0.0-20250312152307-f382628a3a7e
1919
github.com/snyk/go-httpauth v0.0.0-20240307114523-1f5ea3f55c65
2020
github.com/snyk/snyk-iac-capture v0.6.5
2121
github.com/snyk/snyk-ls v0.0.0-20250311173630-f1a49f299c8e
@@ -179,7 +179,7 @@ require (
179179
github.com/shirou/gopsutil v3.21.11+incompatible // indirect
180180
github.com/sirupsen/logrus v1.9.3 // indirect
181181
github.com/skeema/knownhosts v1.3.1 // indirect
182-
github.com/snyk/code-client-go v1.16.2 // indirect
182+
github.com/snyk/code-client-go v1.17.1 // indirect
183183
github.com/snyk/policy-engine v0.33.2 // indirect
184184
github.com/sourcegraph/conc v0.3.0 // indirect
185185
github.com/sourcegraph/go-lsp v0.0.0-20240223163137-f80c5dd31dfd // indirect

cliv2/go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -802,14 +802,14 @@ github.com/snyk/cli-extension-iac-rules v0.0.0-20250227121450-6e14346dbd1a h1:SJ
802802
github.com/snyk/cli-extension-iac-rules v0.0.0-20250227121450-6e14346dbd1a/go.mod h1:IqfQCIkyC26mkwa+aM6d6yxIh5+tCm4fSQG+Ogq3Qbc=
803803
github.com/snyk/cli-extension-sbom v0.0.0-20241016065306-0df2be5b3b8f h1:dlL+f+5sjHj4JCzW/Evl1x9UREXLyc3M4KjoZvQx0Bs=
804804
github.com/snyk/cli-extension-sbom v0.0.0-20241016065306-0df2be5b3b8f/go.mod h1:5CaY1bgvJY/uoG/1plLOf8T8o9AkwoBIGvw34RfRLZw=
805-
github.com/snyk/code-client-go v1.16.2 h1:07vMMpl+qUWYz8IJf+13CTL3lRSjKN1TdBk9UDhqxvI=
806-
github.com/snyk/code-client-go v1.16.2/go.mod h1:WH6lNkJc785hfXmwhixxWHix3O6z+1zwz40oK8vl/zg=
805+
github.com/snyk/code-client-go v1.17.1 h1:H5G4Ufe8fMkLpr9L//34S2iXdfRY7Q/+gALedIRtHXQ=
806+
github.com/snyk/code-client-go v1.17.1/go.mod h1:WH6lNkJc785hfXmwhixxWHix3O6z+1zwz40oK8vl/zg=
807807
github.com/snyk/container-cli v0.0.0-20240821111304-7ca1c415a5d7 h1:Zn5BcV76oFAbJm5tDygU945lvoZ3yY8FoRFDC3YpwF8=
808808
github.com/snyk/container-cli v0.0.0-20240821111304-7ca1c415a5d7/go.mod h1:38w+dcAQp9eG3P5t2eNS9eG0reut10AeJjLv5lJ5lpM=
809809
github.com/snyk/error-catalog-golang-public v0.0.0-20250218074309-307ad7b38a60 h1:iB6z2BhBpfN9p0/dEZfwWvs7fpdZk3loooAih8yspS8=
810810
github.com/snyk/error-catalog-golang-public v0.0.0-20250218074309-307ad7b38a60/go.mod h1:Ytttq7Pw4vOCu9NtRQaOeDU2dhBYUyNBe6kX4+nIIQ4=
811-
github.com/snyk/go-application-framework v0.0.0-20250307155453-ce7aaf72fe7d h1:eC0V150YUGvO3mEwXBMELQXzWGHFngxD1Y5fAtzWQC0=
812-
github.com/snyk/go-application-framework v0.0.0-20250307155453-ce7aaf72fe7d/go.mod h1:oWN7a1ud3u5y8HxW+Qdroy+ofEEA8s0MwVAtb8qq/v4=
811+
github.com/snyk/go-application-framework v0.0.0-20250312152307-f382628a3a7e h1:zWUYzapqmQyzNxMqRdia/u6TVDa8aPG3eWolXCe/OcI=
812+
github.com/snyk/go-application-framework v0.0.0-20250312152307-f382628a3a7e/go.mod h1:A7oFVjMjNukzsMeiIWXEXjCrAf2ARvoK4aQOm9e3E/Y=
813813
github.com/snyk/go-httpauth v0.0.0-20240307114523-1f5ea3f55c65 h1:CEQuYv0Go6MEyRCD3YjLYM2u3Oxkx8GpCpFBd4rUTUk=
814814
github.com/snyk/go-httpauth v0.0.0-20240307114523-1f5ea3f55c65/go.mod h1:88KbbvGYlmLgee4OcQ19yr0bNpXpOr2kciOthaSzCAg=
815815
github.com/snyk/policy-engine v0.33.2 h1:ZxD6/RQ4vqUAXa64V72SsGjZ8vmnBgZNGYQxMIqctYo=

0 commit comments

Comments
 (0)