We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b3a473 commit 7d70c08Copy full SHA for 7d70c08
1 file changed
go.mod
@@ -1,8 +1,13 @@
1
module github.com/go-cc/cc2py
2
3
-go 1.16
+go 1.17
4
5
require (
6
github.com/go-cc/cc-pinyin v0.19.1
7
- github.com/mkideal/cli v0.2.7
+ github.com/go-easygen/go-flags v1.5.1-0.20220119024035-87bfbc23f199
8
+)
9
+
10
+require (
11
+ github.com/go-shaper/shaper v0.0.0-20170730235043-a16abecfe088 // indirect
12
+ golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
13
)
0 commit comments