You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 14, 2022. It is now read-only.
编译时候报错
github.com/gogf/gf/net/ghttp/internal/client
../../Workspace/project/pkg/mod/github.com/gogf/[email protected]/net/ghttp/internal/client/client_tracing.go:73:3: undefined: attribute.Any
../../Workspace/project/pkg/mod/github.com/gogf/[email protected]/net/ghttp/internal/client/client_tracing_tracer.go:150:3: undefined: attribute.Any
../../Workspace/project/pkg/mod/github.com/gogf/[email protected]/net/ghttp/internal/client/client_tracing_tracer.go:151:3: undefined: attribute.Any
go.mod内容:
module gf-app
require (
github.com/gogf/gf v1.16.6
github.com/gogf/gf/v2 v2.0.0-alpha
)
go 1.14
好像是依赖包版本的原因,改如何解决呢?
The text was updated successfully, but these errors were encountered: