This repository was archived by the owner on May 16, 2021. It is now read-only.
File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ benchmark:
21
21
22
22
.PHONY : test
23
23
test :
24
- go test -timeout 5s -race ./...
24
+ CGO_ENABLED=1 go test -timeout 5s -race ./...
25
25
26
26
.PHONY : lint
27
27
lint :
Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ require (
7
7
github.com/pion/dtls/v2 v2.0.2
8
8
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899 // indirect
9
9
golang.org/x/net v0.0.0-20200707034311-ab3426394381
10
- golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae
10
+ golang.org/x/sys v0.0.0-20200720211630-cb9d2d5c5666
11
11
golang.org/x/text v0.3.3 // indirect
12
12
)
Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7w
34
34
golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
35
35
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae h1:Ih9Yo4hSPImZOpfGuA4bR/ORKTAbhZo2AbWNRCnevdo =
36
36
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
37
+ golang.org/x/sys v0.0.0-20200720211630-cb9d2d5c5666 h1:gVCS+QOncANNPlmlO1AhlU3oxs4V9z+gTtPwIk3p2N8 =
38
+ golang.org/x/sys v0.0.0-20200720211630-cb9d2d5c5666 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
37
39
golang.org/x/text v0.3.0 /go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ =
38
40
golang.org/x/text v0.3.3 h1:cokOdA+Jmi5PJGXLlLllQSgYigAEfHXJAERHVMaCc2k =
39
41
golang.org/x/text v0.3.3 /go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ =
You can’t perform that action at this time.
0 commit comments