gf
gf copied to clipboard
update github.com/olekukonko/tablewriter to v1.0.0.5 build error
Go version
1.24.2
GoFrame version
2.9.0
Can this bug be reproduced with the latest release?
Option Yes
What did you do?
please update tablewriter version with gf version
What did you see happen?
build error
What did you expect to see?
build pass
go get github.com/olekukonko/[email protected]
go get github.com/olekukonko/[email protected]
but tablewriter has realse the v1 version,so should bump to new version by framework
碰到同样的问题,go mod update 一下 就会报错。。
https://github.com/gogf/gf/pull/4352 实测已解决此问题