Skip to content

Commit

Permalink
Bump goproxy for Websocket support
Browse files Browse the repository at this point in the history
  • Loading branch information
bdwyertech committed Nov 8, 2019
1 parent 2edf0e2 commit cfbfc12
Show file tree
Hide file tree
Showing 6 changed files with 136 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ go 1.13
require (
github.com/alexbrainman/sspi v0.0.0-20180613141037-e580b900e9f5
github.com/bhendo/concord v0.0.0-20180530163943-7f15987d4520
github.com/elazarl/goproxy v0.0.0-20190911111923-ecfe977594f1
github.com/elazarl/goproxy v0.0.0-20191011121108-aa519ddbe484
golang.org/x/sys v0.0.0-20191105231009-c1f44814a5cd
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ github.com/alexbrainman/sspi v0.0.0-20180613141037-e580b900e9f5 h1:P5U+E4x5OkVEK
github.com/alexbrainman/sspi v0.0.0-20180613141037-e580b900e9f5/go.mod h1:976q2ETgjT2snVCf2ZaBnyBbVoPERGjUz+0sofzEfro=
github.com/bhendo/concord v0.0.0-20180530163943-7f15987d4520 h1:n4NdU6snY/KrOQ9O2czyAuwRD6TUzUOIYZIG+ftEs4g=
github.com/bhendo/concord v0.0.0-20180530163943-7f15987d4520/go.mod h1:GNf3/5IyUGgjg6NdDGajgwhYj/QbJaBpVoBqoP4V7DI=
github.com/elazarl/goproxy v0.0.0-20190911111923-ecfe977594f1 h1:yY9rWGoXv1U5pl4gxqlULARMQD7x0QG85lqEXTWysik=
github.com/elazarl/goproxy v0.0.0-20190911111923-ecfe977594f1/go.mod h1:Ro8st/ElPeALwNFlcTpWmkr6IoMFfkjXAvTHpevnDsM=
github.com/elazarl/goproxy v0.0.0-20191011121108-aa519ddbe484 h1:pEtiCjIXx3RvGjlUJuCNxNOw0MNblyR9Wi+vJGBFh+8=
github.com/elazarl/goproxy v0.0.0-20191011121108-aa519ddbe484/go.mod h1:Ro8st/ElPeALwNFlcTpWmkr6IoMFfkjXAvTHpevnDsM=
github.com/elazarl/goproxy/ext v0.0.0-20190711103511-473e67f1d7d2 h1:dWB6v3RcOy03t/bUadywsbyrQwCqZeNIEX6M1OtSZOM=
github.com/elazarl/goproxy/ext v0.0.0-20190711103511-473e67f1d7d2/go.mod h1:gNh8nYJoAm43RfaxurUnxr+N1PwuFV3ZMl/efxlIlY8=
github.com/rogpeppe/go-charset v0.0.0-20180617210344-2471d30d28b4/go.mod h1:qgYeAmZ5ZIpBWTGllZSQnw97Dj+woV0toclVaRGI8pc=
Expand Down
7 changes: 6 additions & 1 deletion vendor/github.com/elazarl/goproxy/https.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions vendor/github.com/elazarl/goproxy/proxy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

121 changes: 121 additions & 0 deletions vendor/github.com/elazarl/goproxy/websocket.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ github.com/alexbrainman/sspi/ntlm
# github.com/bhendo/concord v0.0.0-20180530163943-7f15987d4520
github.com/bhendo/concord
github.com/bhendo/concord/handshakers
# github.com/elazarl/goproxy v0.0.0-20190911111923-ecfe977594f1
# github.com/elazarl/goproxy v0.0.0-20191011121108-aa519ddbe484
github.com/elazarl/goproxy
# golang.org/x/sys v0.0.0-20191105231009-c1f44814a5cd
golang.org/x/sys/windows
Expand Down

0 comments on commit cfbfc12

Please sign in to comment.