Skip to content

Commit 7d70c08

Browse files
committed
- [#] udpate go.mod
1 parent 6b3a473 commit 7d70c08

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

go.mod

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
module github.com/go-cc/cc2py
22

3-
go 1.16
3+
go 1.17
44

55
require (
66
github.com/go-cc/cc-pinyin v0.19.1
7-
github.com/mkideal/cli v0.2.7
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
813
)

0 commit comments

Comments
 (0)