Skip to content

Commit 2635352

Browse files
committed
update go.mod of example
1 parent e9bbf01 commit 2635352

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

example/go.mod

+6-3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,15 @@ module cptool
33
go 1.20
44

55
require (
6-
github.com/hujun-open/myflags v0.3.3
6+
github.com/hujun-open/cobra v0.1.0
7+
github.com/hujun-open/myflags/v2 v2.0.1
78

89
)
910

1011
require (
12+
github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect
13+
github.com/hujun-open/pflag v0.2.0 // indirect
1114
github.com/inconshreveable/mousetrap v1.1.0 // indirect
15+
github.com/russross/blackfriday/v2 v2.1.0 // indirect
16+
gopkg.in/yaml.v3 v3.0.1 // indirect
1217
)
13-
14-

0 commit comments

Comments
 (0)