File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ require (
99 github.com/pkg/errors v0.8.1
1010 github.com/stretchr/testify v1.4.0
1111 github.com/urfave/cli v1.22.1
12- golang.org/x/net v0.0.0-20190926025831-c00fd9afed17
12+ golang.org/x/net v0.0.0-20190930134127-c5a3c61f89f3
1313 golang.org/x/time v0.0.0-20190921001708-c4c64cad1fd0
1414)
Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ github.com/urfave/cli v1.22.1/go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtX
2424golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 /go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w =
2525golang.org/x/net v0.0.0-20190926025831-c00fd9afed17 h1:qPnAdmjNA41t3QBTx2mFGf/SD1IoslhYu7AmdsVzCcs =
2626golang.org/x/net v0.0.0-20190926025831-c00fd9afed17 /go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s =
27+ golang.org/x/net v0.0.0-20190930134127-c5a3c61f89f3 h1:6KET3Sqa7fkVfD63QnAM81ZeYg5n4HwApOJkufONnHA =
28+ golang.org/x/net v0.0.0-20190930134127-c5a3c61f89f3 /go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s =
2729golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
2830golang.org/x/text v0.3.0 h1:g61tztE5qeGQ89tm6NTjjM9VPIm088od1l6aSorWRWg =
2931golang.org/x/text v0.3.0 /go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ =
Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ github.com/shurcooL/sanitized_anchor_name
1818github.com/stretchr/testify/assert
1919# github.com/urfave/cli v1.22.1
2020github.com/urfave/cli
21- # golang.org/x/net v0.0.0-20190926025831-c00fd9afed17
21+ # golang.org/x/net v0.0.0-20190930134127-c5a3c61f89f3
2222golang.org/x/net/idna
2323# golang.org/x/text v0.3.0
2424golang.org/x/text/secure/bidirule
25+ golang.org/x/text/transform
2526golang.org/x/text/unicode/bidi
2627golang.org/x/text/unicode/norm
27- golang.org/x/text/transform
2828# golang.org/x/time v0.0.0-20190921001708-c4c64cad1fd0
2929golang.org/x/time/rate
3030# gopkg.in/yaml.v2 v2.2.2
You can’t perform that action at this time.
0 commit comments