Skip to content

Commit

Permalink
chore: use sort instead of toSorted
Browse files Browse the repository at this point in the history
  • Loading branch information
j-luong committed Dec 3, 2024
1 parent dacaedd commit f43980e
Show file tree
Hide file tree
Showing 5 changed files with 3,137 additions and 11 deletions.
2 changes: 1 addition & 1 deletion cliv2/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require (
github.com/snyk/cli-extension-sbom v0.0.0-20241016065306-0df2be5b3b8f
github.com/snyk/container-cli v0.0.0-20240821111304-7ca1c415a5d7
github.com/snyk/error-catalog-golang-public v0.0.0-20241030160523-0aa643bb7069
github.com/snyk/go-application-framework v0.0.0-20241202161557-1b71b7f13e8d
github.com/snyk/go-application-framework v0.0.0-20241203115424-2bc9cf328f6a
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-20241128161444-157e462bd309
Expand Down
4 changes: 2 additions & 2 deletions cliv2/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -760,8 +760,8 @@ github.com/snyk/container-cli v0.0.0-20240821111304-7ca1c415a5d7 h1:Zn5BcV76oFAb
github.com/snyk/container-cli v0.0.0-20240821111304-7ca1c415a5d7/go.mod h1:38w+dcAQp9eG3P5t2eNS9eG0reut10AeJjLv5lJ5lpM=
github.com/snyk/error-catalog-golang-public v0.0.0-20241030160523-0aa643bb7069 h1:Oj/BJAEMEuBjTAQ72UYB4tR0IZKOB2ZtdDnAnJDL1BM=
github.com/snyk/error-catalog-golang-public v0.0.0-20241030160523-0aa643bb7069/go.mod h1:Ytttq7Pw4vOCu9NtRQaOeDU2dhBYUyNBe6kX4+nIIQ4=
github.com/snyk/go-application-framework v0.0.0-20241202161557-1b71b7f13e8d h1:aFCyB4Od2YiosRPOGuBkhWsxO01XaSrPm64RrXcFR0M=
github.com/snyk/go-application-framework v0.0.0-20241202161557-1b71b7f13e8d/go.mod h1:BCtCRtpXHdzZYBQYL3XKXJFz/20IkqHat9oT9tY4U9U=
github.com/snyk/go-application-framework v0.0.0-20241203115424-2bc9cf328f6a h1:VVXp/05pRfQAlSlsP/YTknJbZqc4ag8LS7zwaBVVcKo=
github.com/snyk/go-application-framework v0.0.0-20241203115424-2bc9cf328f6a/go.mod h1:BCtCRtpXHdzZYBQYL3XKXJFz/20IkqHat9oT9tY4U9U=
github.com/snyk/go-httpauth v0.0.0-20240307114523-1f5ea3f55c65 h1:CEQuYv0Go6MEyRCD3YjLYM2u3Oxkx8GpCpFBd4rUTUk=
github.com/snyk/go-httpauth v0.0.0-20240307114523-1f5ea3f55c65/go.mod h1:88KbbvGYlmLgee4OcQ19yr0bNpXpOr2kciOthaSzCAg=
github.com/snyk/policy-engine v0.31.3 h1:FepCg6QN/X8uvxYjF+WwB2aiBPJB+NENDgKQeI/FwLg=
Expand Down
Loading

0 comments on commit f43980e

Please sign in to comment.