File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ require (
4
4
github.com/google/uuid v1.1.1
5
5
github.com/ipfs/go-ipfs-delay v0.0.0-20181109222059-70721b86a9a8
6
6
github.com/jbenet/goprocess v0.0.0-20160826012719-b497e2f366b8
7
- go.uber.org/multierr v1.4 .0
7
+ go.uber.org/multierr v1.5 .0
8
8
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7
9
9
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
10
10
)
Original file line number Diff line number Diff line change @@ -25,8 +25,12 @@ github.com/stretchr/testify v1.3.0 h1:TivCn/peBQ7UY8ooIcPgZFpTNSz0Q2U6UrFlUfqbe0
25
25
github.com/stretchr/testify v1.3.0 /go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI =
26
26
go.uber.org/atomic v1.5.0 h1:OI5t8sDa1Or+q8AeE+yKeB/SDYioSHAgcVljj9JIETY =
27
27
go.uber.org/atomic v1.5.0 /go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ =
28
+ go.uber.org/atomic v1.6.0 h1:Ezj3JGmsOnG1MoRWQkPBsKLe9DwWD9QeXzTRzzldNVk =
29
+ go.uber.org/atomic v1.6.0 /go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ =
28
30
go.uber.org/multierr v1.4.0 h1:f3WCSC2KzAcBXGATIxAB1E2XuCpNU255wNKZ505qi3E =
29
31
go.uber.org/multierr v1.4.0 /go.mod h1:VgVr7evmIr6uPjLBxg28wmKNXyqE9akIJ5XnfpiKl+4 =
32
+ go.uber.org/multierr v1.5.0 h1:KCa4XfM8CWFCpxXRGok+Q0SS/0XBhMDbHHGABQLvD2A =
33
+ go.uber.org/multierr v1.5.0 /go.mod h1:FeouvMocqHpRaaGuG9EjoKcStLC43Zu/fmqdUMPcKYU =
30
34
go.uber.org/tools v0.0.0-20190618225709-2cfd321de3ee h1:0mgffUl7nfd+FpvXMVz4IDEaUSmT1ysygQC7qYo7sG4 =
31
35
go.uber.org/tools v0.0.0-20190618225709-2cfd321de3ee /go.mod h1:vJERXedbb3MVM5f9Ejo0C68/HhF8uaILCdgjnY+goOA =
32
36
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 /go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w =
You can’t perform that action at this time.
0 commit comments