@@ -3,22 +3,28 @@ module github.com/noborus/ov
3
3
go 1.16
4
4
5
5
require (
6
+ cloud.google.com/go/storage v1.18.2 // indirect
6
7
code.rocketnine.space/tslocum/cbind v0.1.5
7
8
github.com/atotto/clipboard v0.1.4
9
+ github.com/cncf/xds/go v0.0.0-20211216145620-d92e9ce0af51 // indirect
8
10
github.com/dgraph-io/ristretto v0.1.0
9
11
github.com/frankban/quicktest v1.11.3 // indirect
10
12
github.com/fsnotify/fsnotify v1.5.1
11
13
github.com/gdamore/tcell/v2 v2.4.0
12
14
github.com/golang/glog v1.0.0 // indirect
15
+ github.com/googleapis/google-cloud-go-testing v0.0.0-20210719221736-1c9a4c676720 // indirect
13
16
github.com/jwalton/gchalk v1.2.1
14
17
github.com/klauspost/compress v1.13.6
15
18
github.com/mattn/go-runewidth v0.0.13
16
19
github.com/pierrec/lz4 v2.6.1+incompatible
17
20
github.com/rivo/uniseg v0.2.0
21
+ github.com/spf13/afero v1.7.0 // indirect
18
22
github.com/spf13/cobra v1.3.0
19
23
github.com/spf13/viper v1.10.1
20
24
github.com/ulikunitz/xz v0.5.10
25
+ golang.org/x/net v0.0.0-20211216030914-fe4d6282115f // indirect
21
26
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
22
27
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
23
28
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
29
+ google.golang.org/genproto v0.0.0-20211223182754-3ac035c7e7cb // indirect
24
30
)
0 commit comments