Skip to content

Commit 35a85a5

Browse files
committed
update deps
1 parent 30016d8 commit 35a85a5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ go 1.14
66
replace github.com/99designs/keyring => github.com/akerl/keyring v0.0.0-20200219084108-1f409e548abc
77

88
// Needed until https://github.com/ktr0731/go-fuzzyfinder/pull/13 is merged
9-
replace github.com/ktr0731/go-fuzzyfinder => github.com/akerl/go-fuzzyfinder v0.1.2-0.20200507155925-dcc2d8cc0a8c
9+
replace github.com/ktr0731/go-fuzzyfinder => github.com/akerl/go-fuzzyfinder v0.1.2-0.20200507171954-7f19dd52209e
1010

1111
require (
1212
github.com/99designs/keyring v0.0.0-00010101000000-000000000000

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ github.com/VividCortex/ewma v1.1.1 h1:MnEK4VOv6n0RSY4vtRe3h11qjxL3+t0B8yOL8iMXdc
88
github.com/VividCortex/ewma v1.1.1/go.mod h1:2Tkkvm3sRDVXaiyucHiACn4cqf7DpdyLvmxzcbUokwA=
99
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d h1:licZJFw2RwpHMqeKTCYkitsPqHNxTmd4SNR5r94FGM8=
1010
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d/go.mod h1:asat636LX7Bqt5lYEZ27JNDcqxfjdBQuJ/MM4CN/Lzo=
11-
github.com/akerl/go-fuzzyfinder v0.1.2-0.20200507155925-dcc2d8cc0a8c h1:I7LA+Wjq15BMUoNnnkl+QRRi2FToGqRfSCj+z46ZS3k=
12-
github.com/akerl/go-fuzzyfinder v0.1.2-0.20200507155925-dcc2d8cc0a8c/go.mod h1:BY/TljaPI5vswGOfCxkh7+9toQklMeb0DUZshNHKj5s=
11+
github.com/akerl/go-fuzzyfinder v0.1.2-0.20200507171954-7f19dd52209e h1:aX0YSX7Ss4yv9fQnlbNZGcCmk301WkadicpJa3Ww8qw=
12+
github.com/akerl/go-fuzzyfinder v0.1.2-0.20200507171954-7f19dd52209e/go.mod h1:BY/TljaPI5vswGOfCxkh7+9toQklMeb0DUZshNHKj5s=
1313
github.com/akerl/input v0.0.9 h1:GVkuhmmSYqlGZI/OJMjf13Ma7dJ2BRKuagbD7V04S5U=
1414
github.com/akerl/input v0.0.9/go.mod h1:fcO0VJlDGj9+0IvcKq3vbVFLESPcoXI3OEE2Fxsh12Y=
1515
github.com/akerl/keyring v0.0.0-20200219084108-1f409e548abc h1:rgr2nWwLQ++doaXhUFx3ttJLPtWZGLCKzL8YnLFR5dw=

0 commit comments

Comments
 (0)