1
1
module github.com/akerl/voyager/v3
2
2
3
- go 1.18
3
+ go 1.22.0
4
4
5
- replace github.com/ktr0731/go-fuzzyfinder => github.com/akerl/go-fuzzyfinder v0.1.2-0.20200507171954-7f19dd52209e
6
-
7
- replace github.com/yawn/ykoath => github.com/akerl/ykoath v0.0.0-20230105025207-5e8d38e463a0
5
+ replace github.com/ktr0731/go-fuzzyfinder => github.com/akerl/go-fuzzyfinder v0.8.1-0.20240219013315-145c720c8ce9
8
6
9
7
require (
10
- github.com/99designs/keyring v1.2.1
8
+ github.com/99designs/keyring v1.2.2
11
9
github.com/BurntSushi/locker v0.0.0-20171006230638-a6e239ea1c69
12
- github.com/akerl/input v0.0.13
13
- github.com/akerl/speculate/v2 v2.6.2
10
+ github.com/akerl/input v0.0.14
11
+ github.com/akerl/speculate/v2 v2.6.5
14
12
github.com/akerl/timber/v2 v2.0.1
15
- github.com/aws/aws-sdk-go v1.44.70
16
- github.com/mdp/qrterminal/v3 v3.0 .0
17
- github.com/pquerna/otp v1.3 .0
18
- github.com/spf13/cobra v1.5 .0
13
+ github.com/aws/aws-sdk-go v1.50.20
14
+ github.com/mdp/qrterminal/v3 v3.2 .0
15
+ github.com/pquerna/otp v1.4 .0
16
+ github.com/spf13/cobra v1.8 .0
19
17
github.com/vbauerster/mpb/v4 v4.12.2
20
- github.com/yawn/ykoath v1.0.4
18
+ github.com/yawn/ykoath v1.0.5
21
19
)
22
20
23
21
require (
@@ -30,21 +28,27 @@ require (
30
28
github.com/dixonwille/wlog/v3 v3.0.1 // indirect
31
29
github.com/dixonwille/wmenu/v5 v5.1.0 // indirect
32
30
github.com/dvsekhvalnov/jose2go v1.5.0 // indirect
33
- github.com/ebfe/scard v0.0.0-20190212122703-c3d1b1916a95 // indirect
31
+ github.com/ebfe/scard v0.0.0-20230420082256-7db3f9b7c8a7 // indirect
32
+ github.com/gdamore/encoding v1.0.0 // indirect
33
+ github.com/gdamore/tcell/v2 v2.6.0 // indirect
34
34
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect
35
35
github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c // indirect
36
- github.com/inconshreveable/mousetrap v1.0 .0 // indirect
36
+ github.com/inconshreveable/mousetrap v1.1 .0 // indirect
37
37
github.com/jmespath/go-jmespath v0.4.0 // indirect
38
+ github.com/ktr0731/go-ansisgr v0.1.0 // indirect
38
39
github.com/ktr0731/go-fuzzyfinder v0.0.0-00010101000000-000000000000 // indirect
39
- github.com/mattn/go-isatty v0.0.11 // indirect
40
- github.com/mattn/go-runewidth v0.0.9 // indirect
41
- github.com/mattn/go-shellwords v1.0.10 // indirect
40
+ github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
41
+ github.com/mattn/go-isatty v0.0.20 // indirect
42
+ github.com/mattn/go-runewidth v0.0.15 // indirect
43
+ github.com/mattn/go-shellwords v1.0.12 // indirect
42
44
github.com/mtibben/percent v0.2.1 // indirect
43
- github.com/nsf/termbox-go v0.0.0-20200418040025-38ba6e5628f1 // indirect
45
+ github.com/nsf/termbox-go v1.1.1 // indirect
44
46
github.com/pkg/errors v0.9.1 // indirect
47
+ github.com/rivo/uniseg v0.4.3 // indirect
45
48
github.com/spf13/pflag v1.0.5 // indirect
46
- golang.org/x/crypto v0.0.0-20200214034016-1d94cc7ab1c6 // indirect
47
- golang.org/x/sys v0.0.0-20220204135822-1c1b9b1eba6a // indirect
48
- golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
49
+ golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
50
+ golang.org/x/sys v0.14.0 // indirect
51
+ golang.org/x/term v0.13.0 // indirect
52
+ golang.org/x/text v0.13.0 // indirect
49
53
rsc.io/qr v0.2.0 // indirect
50
54
)
0 commit comments