Skip to content

Commit

Permalink
Merge pull request #8257 from yudai/websocket_streams
Browse files Browse the repository at this point in the history
embed: support websocket for bi-directional streams
  • Loading branch information
xiang90 committed Oct 7, 2017
2 parents e8e3467 + 0cdf5b2 commit b766a26
Show file tree
Hide file tree
Showing 225 changed files with 53,830 additions and 25,279 deletions.
36 changes: 36 additions & 0 deletions bill-of-materials.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,15 @@
}
]
},
{
"project": "github.com/gorilla/websocket",
"licenses": [
{
"type": "BSD 2-clause \"Simplified\" License",
"confidence": 0.9852216748768473
}
]
},
{
"project": "github.com/grpc-ecosystem/go-grpc-prometheus",
"licenses": [
Expand Down Expand Up @@ -255,6 +264,15 @@
}
]
},
{
"project": "github.com/sirupsen/logrus",
"licenses": [
{
"type": "MIT License",
"confidence": 1
}
]
},
{
"project": "github.com/soheilhy/cmux",
"licenses": [
Expand Down Expand Up @@ -282,6 +300,15 @@
}
]
},
{
"project": "github.com/tmc/grpc-websocket-proxy/wsproxy",
"licenses": [
{
"type": "MIT License",
"confidence": 0.9891304347826086
}
]
},
{
"project": "github.com/ugorji/go/codec",
"licenses": [
Expand Down Expand Up @@ -327,6 +354,15 @@
}
]
},
{
"project": "golang.org/x/sys/unix",
"licenses": [
{
"type": "BSD 3-clause \"New\" or \"Revised\" License",
"confidence": 0.9663865546218487
}
]
},
{
"project": "golang.org/x/text",
"licenses": [
Expand Down
22 changes: 22 additions & 0 deletions cmd/vendor/github.com/gorilla/websocket/LICENSE

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

Loading

0 comments on commit b766a26

Please sign in to comment.