Skip to content

build fail #4278

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
dongdio opened this issue May 12, 2025 · 8 comments
Open

build fail #4278

dongdio opened this issue May 12, 2025 · 8 comments

Comments

@dongdio
Copy link

dongdio commented May 12, 2025

github.com/olekukonko/tablewriter

The dependency package has been updated, resulting in a packaging error

github.com/gogf/gf/v2/net/ghttp

/GOPATH/pkg/mod/github.com/gogf/gf/[email protected]/net/ghttp/ghttp_server.go:300:9: table.SetHeader undefined (type *tablewriter.Table has no field or method SetHeader)
/GOPATH/pkg/mod/github.com/gogf/gf/[email protected]/net/ghttp/ghttp_server.go:301:9: table.SetRowLine undefined (type *tablewriter.Table has no field or method SetRowLine)
/GOPATH/pkg/mod/github.com/gogf/gf/[email protected]/net/ghttp/ghttp_server.go:302:9: table.SetBorder undefined (type *tablewriter.Table has no field or method SetBorder)
/GOPATH/pkg/mod/github.com/gogf/gf/[email protected]/net/ghttp/ghttp_server.go:303:9: table.SetCenterSeparator undefined (type *tablewriter.Table has no field or method SetCenterSeparator)

@mrfuwei
Copy link

mrfuwei commented May 12, 2025

me too

@mrfuwei
Copy link

mrfuwei commented May 12, 2025

github.com/olekukonko/tablewriter

The dependency package has been updated, resulting in a packaging error

github.com/gogf/gf/v2/net/ghttp

/GOPATH/pkg/mod/github.com/gogf/gf/[email protected]/net/ghttp/ghttp_server.go:300:9: table.SetHeader undefined (type *tablewriter.Table has no field or method SetHeader) /GOPATH/pkg/mod/github.com/gogf/gf/[email protected]/net/ghttp/ghttp_server.go:301:9: table.SetRowLine undefined (type *tablewriter.Table has no field or method SetRowLine) /GOPATH/pkg/mod/github.com/gogf/gf/[email protected]/net/ghttp/ghttp_server.go:302:9: table.SetBorder undefined (type *tablewriter.Table has no field or method SetBorder) /GOPATH/pkg/mod/github.com/gogf/gf/[email protected]/net/ghttp/ghttp_server.go:303:9: table.SetCenterSeparator undefined (type *tablewriter.Table has no field or method SetCenterSeparator)

@dongdio
You need update go.mod file,find this line
github.com/olekukonko/tablewriter v1.0.3 // indirect
Modify it to v0.0.5
After saving, you should be able to run it again

@dongdio
Copy link
Author

dongdio commented May 13, 2025

@mrfuwei
Ok. I'll test it.
Thank you.

@anazh
Copy link

anazh commented May 14, 2025

me too

C:\Users\82188\go\pkg\mod\github.com\gogf\gf\[email protected]\net\ghttp\ghttp_server.go:300:9: table.SetHeader undefined (type *tablewriter.Table has no field or method SetHeader)
C:\Users\82188\go\pkg\mod\github.com\gogf\gf\[email protected]\net\ghttp\ghttp_server.go:301:9: table.SetRowLine undefined (type *tablewriter.Table has no field or method SetRowLine)
C:\Users\82188\go\pkg\mod\github.com\gogf\gf\[email protected]\net\ghttp\ghttp_server.go:302:9: table.SetBorder undefined (type *tablewriter.Table has no field or method SetBorder)
C:\Users\82188\go\pkg\mod\github.com\gogf\gf\[email protected]\net\ghttp\ghttp_server.go:303:9: table.SetCenterSeparator undefined (type *tablewriter.Table has no field or method SetCenterSeparator)

@myfeed200
Copy link

me too

1 similar comment
@shengdoushi
Copy link

me too

@lifetin
Copy link

lifetin commented May 29, 2025

我也是

@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


Me too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants