Skip to content

Commit 996b6de

Browse files
committed
test: add test vender
Signed-off-by: qiuming520 <[email protected]>
1 parent 819fd1c commit 996b6de

19 files changed

+5876
-0
lines changed

go.mod

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ require (
2626
github.com/spf13/cobra v1.6.0
2727
github.com/spf13/pflag v1.0.5
2828
github.com/spf13/viper v1.12.0
29+
github.com/stretchr/testify v1.8.1
2930
github.com/vishvananda/netlink v1.2.1-beta.2.0.20220630165224-c591ada0fb2b
3031
golang.org/x/sys v0.12.0
3132
golang.org/x/term v0.12.0
@@ -139,6 +140,7 @@ require (
139140
github.com/pelletier/go-toml v1.9.5 // indirect
140141
github.com/pelletier/go-toml/v2 v2.0.1 // indirect
141142
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
143+
github.com/pmezard/go-difflib v1.0.0 // indirect
142144
github.com/projectcalico/go-json v0.0.0-20161128004156-6219dc7339ba // indirect
143145
github.com/projectcalico/go-yaml-wrapper v0.0.0-20191112210931-090425220c54 // indirect
144146
github.com/prometheus/client_golang v1.14.0 // indirect

vendor/github.com/go-errors/errors/cover.out

+89
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/pmezard/go-difflib/LICENSE

+27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)