Skip to content

Commit

Permalink
test: test-auto-redirect
Browse files Browse the repository at this point in the history
Building a windows binary for manual e2e testing
  • Loading branch information
acke committed Dec 10, 2024
1 parent 1f8adf3 commit 5856042
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cliv2/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ 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-20241206091813-21505aec617a
github.com/snyk/go-application-framework v0.0.0-20241209184421-ca04d08658d4
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-20241206144109-2533da8ba468
github.com/snyk/snyk-ls v0.0.0-20241210124637-e78c1eb21896
github.com/spf13/cobra v1.8.1
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.9.0
Expand Down Expand Up @@ -221,7 +221,8 @@ require (
// version 2491eb6c1c75 contains a valid license
replace github.com/mattn/go-localereader v0.0.1 => github.com/mattn/go-localereader v0.0.2-0.20220822084749-2491eb6c1c75

//replace github.com/snyk/go-application-framework => ../../go-application-framework
// replace github.com/snyk/go-application-framework => ../../go-application-framework

//replace github.com/snyk/snyk-ls => ../../snyk-ls

//replace github.com/snyk/code-client-go => ../../code-client-go

0 comments on commit 5856042

Please sign in to comment.