Skip to content

Commit cf781ae

Browse files
authored
Merge pull request #124 from noborus/add-test-example
Add test
2 parents 847c266 + c0f87f0 commit cf781ae

File tree

6 files changed

+396
-3
lines changed

6 files changed

+396
-3
lines changed

go.mod

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,28 @@ module github.com/noborus/ov
33
go 1.16
44

55
require (
6+
cloud.google.com/go/storage v1.18.2 // indirect
67
code.rocketnine.space/tslocum/cbind v0.1.5
78
github.com/atotto/clipboard v0.1.4
9+
github.com/cncf/xds/go v0.0.0-20211216145620-d92e9ce0af51 // indirect
810
github.com/dgraph-io/ristretto v0.1.0
911
github.com/frankban/quicktest v1.11.3 // indirect
1012
github.com/fsnotify/fsnotify v1.5.1
1113
github.com/gdamore/tcell/v2 v2.4.0
1214
github.com/golang/glog v1.0.0 // indirect
15+
github.com/googleapis/google-cloud-go-testing v0.0.0-20210719221736-1c9a4c676720 // indirect
1316
github.com/jwalton/gchalk v1.2.1
1417
github.com/klauspost/compress v1.13.6
1518
github.com/mattn/go-runewidth v0.0.13
1619
github.com/pierrec/lz4 v2.6.1+incompatible
1720
github.com/rivo/uniseg v0.2.0
21+
github.com/spf13/afero v1.7.0 // indirect
1822
github.com/spf13/cobra v1.3.0
1923
github.com/spf13/viper v1.10.1
2024
github.com/ulikunitz/xz v0.5.10
25+
golang.org/x/net v0.0.0-20211216030914-fe4d6282115f // indirect
2126
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
2227
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
2328
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
29+
google.golang.org/genproto v0.0.0-20211223182754-3ac035c7e7cb // indirect
2430
)

0 commit comments

Comments
 (0)