Skip to content

Commit d31efeb

Browse files
dependabot[bot]praveenkumar
authored andcommitted
build(deps): bump github.com/elazarl/goproxy from 1.3.0 to 1.4.0
Bumps [github.com/elazarl/goproxy](https://github.com/elazarl/goproxy) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/elazarl/goproxy/releases) - [Commits](elazarl/goproxy@v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: github.com/elazarl/goproxy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b38dfa7 commit d31efeb

File tree

7 files changed

+89
-60
lines changed

7 files changed

+89
-60
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require (
2222
github.com/cucumber/godog v0.15.0
2323
github.com/cucumber/messages-go/v10 v10.0.3
2424
github.com/docker/go-units v0.5.0
25-
github.com/elazarl/goproxy v1.3.0
25+
github.com/elazarl/goproxy v1.4.0
2626
github.com/gorilla/handlers v1.5.2
2727
github.com/h2non/filetype v1.1.3
2828
github.com/hectane/go-acl v0.0.0-20230122075934-ca0b05cb1adb

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ github.com/docker/go-metrics v0.0.1 h1:AgB/0SvBxihN0X8OR4SjsblXkbMvalQ8cjmtKQ2rQ
103103
github.com/docker/go-metrics v0.0.1/go.mod h1:cG1hvH2utMXtqgqqYE9plW6lDxS3/5ayHzueweSI3Vw=
104104
github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4=
105105
github.com/docker/go-units v0.5.0/go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDDbaIK4Dk=
106-
github.com/elazarl/goproxy v1.3.0 h1:hpDH1r1qJgM3eusz7lP+BiMPnLiWPa6hDjIFF5WVCjE=
107-
github.com/elazarl/goproxy v1.3.0/go.mod h1:X/5W/t+gzDyLfHW4DrMdpjqYjpXsURlBt9lpBDxZZZQ=
106+
github.com/elazarl/goproxy v1.4.0 h1:4GyuSbFa+s26+3rmYNSuUVsx+HgPrV1bk1jXI0l9wjM=
107+
github.com/elazarl/goproxy v1.4.0/go.mod h1:X/5W/t+gzDyLfHW4DrMdpjqYjpXsURlBt9lpBDxZZZQ=
108108
github.com/emicklei/go-restful/v3 v3.11.0 h1:rAQeMHw1c7zTmncogyy8VvRZwtkmkZ4FxERmMY4rD+g=
109109
github.com/emicklei/go-restful/v3 v3.11.0/go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc=
110110
github.com/fatih/color v1.15.0 h1:kOqh6YHBtK8aywxGerMG2Eq3H6Qgoqeo13Bk2Mv/nBs=

vendor/github.com/elazarl/goproxy/ctx.go

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/elazarl/goproxy/http.go

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/elazarl/goproxy/https.go

Lines changed: 48 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/elazarl/goproxy/websocket.go

Lines changed: 29 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ github.com/docker/go-connections/tlsconfig
278278
# github.com/docker/go-units v0.5.0
279279
## explicit
280280
github.com/docker/go-units
281-
# github.com/elazarl/goproxy v1.3.0
281+
# github.com/elazarl/goproxy v1.4.0
282282
## explicit; go 1.20
283283
github.com/elazarl/goproxy
284284
github.com/elazarl/goproxy/internal/http1parser

0 commit comments

Comments
 (0)