Skip to content

Commit

Permalink
Oxy with fixes on websocket + integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
juliens authored and ldez committed Aug 1, 2017
1 parent 1db9482 commit 1b4dc37
Show file tree
Hide file tree
Showing 14 changed files with 1,463 additions and 31 deletions.
6 changes: 3 additions & 3 deletions glide.lock

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

2 changes: 1 addition & 1 deletion glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import:
- package: github.com/cenk/backoff
- package: github.com/containous/flaeg
- package: github.com/vulcand/oxy
version: 49f1894c20d972f5c73ff44b859f87deb83f0076
version: 05a57556d820dc5c56721ebdefbafc15f36fac98
repo: https://github.com/containous/oxy.git
vcs: git
subpackages:
Expand Down
3 changes: 2 additions & 1 deletion integration/glide.lock

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

1 change: 1 addition & 0 deletions integration/glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ testImport:
- package: golang.org/x/net
subpackages:
- context
- websocket
- package: github.com/spf13/pflag
version: 5644820622454e71517561946e3d94b9f9db6842
113 changes: 113 additions & 0 deletions integration/vendor/golang.org/x/net/websocket/client.go

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

0 comments on commit 1b4dc37

Please sign in to comment.