CI: remove unused comment; update jieba lib version to avoid warnings

This commit is contained in:
Mirtle
2025-12-08 14:34:35 +08:00
committed by Mirtle
parent 0e75203646
commit e2355f0532
2 changed files with 1 additions and 5 deletions

View File

@@ -5,6 +5,6 @@ go 1.22
require github.com/deckarep/golang-set/v2 v2.3.0
require (
github.com/yanyiwu/gojieba v1.3.0
github.com/yanyiwu/gojieba v1.4.6
golang.org/x/sys v0.19.0
)