Skip to content

Commit

Permalink
Merge pull request #124 from noborus/add-test-example
Browse files Browse the repository at this point in the history
Add test
  • Loading branch information
noborus authored Dec 27, 2021
2 parents 847c266 + c0f87f0 commit cf781ae
Show file tree
Hide file tree
Showing 6 changed files with 396 additions and 3 deletions.
6 changes: 6 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,28 @@ module github.com/noborus/ov
go 1.16

require (
cloud.google.com/go/storage v1.18.2 // indirect
code.rocketnine.space/tslocum/cbind v0.1.5
github.com/atotto/clipboard v0.1.4
github.com/cncf/xds/go v0.0.0-20211216145620-d92e9ce0af51 // indirect
github.com/dgraph-io/ristretto v0.1.0
github.com/frankban/quicktest v1.11.3 // indirect
github.com/fsnotify/fsnotify v1.5.1
github.com/gdamore/tcell/v2 v2.4.0
github.com/golang/glog v1.0.0 // indirect
github.com/googleapis/google-cloud-go-testing v0.0.0-20210719221736-1c9a4c676720 // indirect
github.com/jwalton/gchalk v1.2.1
github.com/klauspost/compress v1.13.6
github.com/mattn/go-runewidth v0.0.13
github.com/pierrec/lz4 v2.6.1+incompatible
github.com/rivo/uniseg v0.2.0
github.com/spf13/afero v1.7.0 // indirect
github.com/spf13/cobra v1.3.0
github.com/spf13/viper v1.10.1
github.com/ulikunitz/xz v0.5.10
golang.org/x/net v0.0.0-20211216030914-fe4d6282115f // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
google.golang.org/genproto v0.0.0-20211223182754-3ac035c7e7cb // indirect
)
Loading

0 comments on commit cf781ae

Please sign in to comment.