Skip to content

Commit

Permalink
feat(language-server): hotfix for OAuth2 races
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiandoetsch authored and thisislawatts committed Feb 25, 2025
1 parent 0555197 commit 47bd60c
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 @@ -18,7 +18,7 @@ require (
github.com/snyk/go-application-framework v0.0.0-20250205081247-7a253efc2b0c
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-20250206075929-972f33b4a39a
github.com/snyk/snyk-ls v0.0.0-20250207113105-fe760221eb2d
github.com/spf13/cobra v1.8.1
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.10.0
Expand Down
4 changes: 2 additions & 2 deletions cliv2/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -784,8 +784,8 @@ github.com/snyk/policy-engine v0.33.0 h1:nXH4LEVrYbEuSEq4RJBObRY2fduaXiovAJt3Kni
github.com/snyk/policy-engine v0.33.0/go.mod h1:Zq+JU+cC6C3zsgzzr824YLlFX6I0/Xev5I5KriehZgs=
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-20250206075929-972f33b4a39a h1:5LgD2QV6CcS87TMHlNS7aqiN0PGyhXtFTBFyb/fJWf0=
github.com/snyk/snyk-ls v0.0.0-20250206075929-972f33b4a39a/go.mod h1:K+oEw3GpY18fozAsWThgkZNebau4DSgn/3eMvNMREEI=
github.com/snyk/snyk-ls v0.0.0-20250207113105-fe760221eb2d h1:YzAlv97QhDFlSG8NdKeWCOitYB6bqBEoBuMJIV9ohcQ=
github.com/snyk/snyk-ls v0.0.0-20250207113105-fe760221eb2d/go.mod h1:K+oEw3GpY18fozAsWThgkZNebau4DSgn/3eMvNMREEI=
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 47bd60c

Please sign in to comment.