Skip to content

Commit

Permalink
Merge pull request #5666 from snyk/chore/deps-upgrade-goproxy-v1.5
Browse files Browse the repository at this point in the history
chore(deps): upgrade go proxy 1.5
  • Loading branch information
thisislawatts authored Jan 17, 2025
2 parents 5e5d2fa + 2fd2712 commit 218533d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .snyk
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,3 @@ exclude:
- test/**
- scripts/upgrade-snyk-go-dependencies.go
- release-scripts/write-ls-protocol-version.go
- src/cli/args.ts
2 changes: 1 addition & 1 deletion cliv2/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.23
toolchain go1.23.4

require (
github.com/elazarl/goproxy v1.3.0
github.com/elazarl/goproxy v1.5.0
github.com/elazarl/goproxy/ext v0.0.0-20230808193330-2592e75ae04a
github.com/gofrs/flock v0.12.1
github.com/golang/mock v1.6.0
Expand Down
2 changes: 2 additions & 0 deletions cliv2/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,8 @@ github.com/dustin/go-humanize v1.0.0 h1:VSnTsYCnlFHaM2/igO1h6X3HA71jcobQuxemgkq4
github.com/dustin/go-humanize v1.0.0/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk=
github.com/elazarl/goproxy v1.3.0 h1:hpDH1r1qJgM3eusz7lP+BiMPnLiWPa6hDjIFF5WVCjE=
github.com/elazarl/goproxy v1.3.0/go.mod h1:X/5W/t+gzDyLfHW4DrMdpjqYjpXsURlBt9lpBDxZZZQ=
github.com/elazarl/goproxy v1.5.0 h1:YU2DM2E1piA2lvHx/Wv7AgxoE0MoYnPyKOnZhiNsopc=
github.com/elazarl/goproxy v1.5.0/go.mod h1:X/5W/t+gzDyLfHW4DrMdpjqYjpXsURlBt9lpBDxZZZQ=
github.com/elazarl/goproxy/ext v0.0.0-20230808193330-2592e75ae04a h1:6hp3+W5oJSkbk/m2XquFdhih2H4wxxR0Nl6GfPL8kss=
github.com/elazarl/goproxy/ext v0.0.0-20230808193330-2592e75ae04a/go.mod h1:gNh8nYJoAm43RfaxurUnxr+N1PwuFV3ZMl/efxlIlY8=
github.com/emicklei/proto v1.13.2 h1:z/etSFO3uyXeuEsVPzfl56WNgzcvIr42aQazXaQmFZY=
Expand Down
1 change: 0 additions & 1 deletion src/cli/args.ts
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ export function args(rawArgv: string[]): Args {

if (argv.insecure) {
global.ignoreUnknownCA = true;
process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0';
}

debug(command, obfuscateArgs(argv));
Expand Down

0 comments on commit 218533d

Please sign in to comment.