File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -268,10 +268,6 @@ func TestConn(t *testing.T) {
268268func TestWasm (t * testing.T ) {
269269 t .Parallel ()
270270
271- if os .Getenv ("CI" ) != "" {
272- t .Skip ("skipping on CI" )
273- }
274-
275271 var wg sync.WaitGroup
276272 s := httptest .NewServer (http .HandlerFunc (func (w http.ResponseWriter , r * http.Request ) {
277273 wg .Add (1 )
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ require (
66 github.com/gobwas/httphead v0.0.0-20180130184737-2c6c146eadee // indirect
77 github.com/gobwas/pool v0.2.0 // indirect
88 github.com/gobwas/ws v1.0.2
9- github.com/golang/protobuf v1.3.3
9+ github.com/golang/protobuf v1.3.5
1010 github.com/google/go-cmp v0.4.0
1111 github.com/gorilla/websocket v1.4.1
12- github.com/klauspost/compress v1.10.0
12+ github.com/klauspost/compress v1.10.3
1313 golang.org/x/time v0.0.0-20191024005414-555d28b269f0
1414)
Original file line number Diff line number Diff line change @@ -6,12 +6,16 @@ github.com/gobwas/ws v1.0.2 h1:CoAavW/wd/kulfZmSIBt6p24n4j7tHgNVCjsfHVNUbo=
66github.com/gobwas/ws v1.0.2 /go.mod h1:szmBTxLgaFppYjEmNtny/v3w89xOydFnnZMcgRRu/EM =
77github.com/golang/protobuf v1.3.3 h1:gyjaxf+svBWX08ZjK86iN9geUJF0H6gp2IRKX6Nf6/I =
88github.com/golang/protobuf v1.3.3 /go.mod h1:vzj43D7+SQXF/4pzW/hwtAqwc6iTitCiVSaWz5lYuqw =
9+ github.com/golang/protobuf v1.3.5 h1:F768QJ1E9tib+q5Sc8MkdJi1RxLTbRcTf8LJV56aRls =
10+ github.com/golang/protobuf v1.3.5 /go.mod h1:6O5/vntMXwX2lRkT1hjjk0nAC1IDOTvTlVgjlRvqsdk =
911github.com/google/go-cmp v0.4.0 h1:xsAVV57WRhGj6kEIi8ReJzQlHHqcBYCElAvkovg3B/4 =
1012github.com/google/go-cmp v0.4.0 /go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE =
1113github.com/gorilla/websocket v1.4.1 h1:q7AeDBpnBk8AogcD4DSag/Ukw/KV+YhzLj2bP5HvKCM =
1214github.com/gorilla/websocket v1.4.1 /go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE =
1315github.com/klauspost/compress v1.10.0 h1:92XGj1AcYzA6UrVdd4qIIBrT8OroryvRvdmg/IfmC7Y =
1416github.com/klauspost/compress v1.10.0 /go.mod h1:aoV0uJVorq1K+umq18yTdKaF57EivdYsUV+/s2qKfXs =
17+ github.com/klauspost/compress v1.10.3 h1:OP96hzwJVBIHYU52pVTI6CczrxPvrGfgqF9N5eTO0Q8 =
18+ github.com/klauspost/compress v1.10.3 /go.mod h1:aoV0uJVorq1K+umq18yTdKaF57EivdYsUV+/s2qKfXs =
1519golang.org/x/time v0.0.0-20191024005414-555d28b269f0 h1:/5xXl8Y5W96D+TtHSlonuFqGHIWVuyCkGJLwGh9JJFs =
1620golang.org/x/time v0.0.0-20191024005414-555d28b269f0 /go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ =
1721golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 h1:E7g+9GITq07hpfrRu66IVDexMakfv52eLZ2CXBWiKr4 =
You can’t perform that action at this time.
0 commit comments