gogf / swagger

Swagger wrapper for GoFrame project.
https://goframe.org
30 stars 18 forks source link

go get -u github.com/gogf/swagger issue #9

Open xbsummer opened 2 years ago

xbsummer commented 2 years ago
D:\project\gf-cli>go get -u github.com/gogf/swagger
# github.com/gogf/gf/net/ghttp/internal/client
D:\soft\Go\path\pkg\mod\github.com\gogf\gf@v1.16.6\net\ghttp\internal\client\client_tracing.go:73:3: undefined: attribute.Any
D:\soft\Go\path\pkg\mod\github.com\gogf\gf@v1.16.6\net\ghttp\internal\client\client_tracing_tracer.go:150:3: undefined: attribute.Any
D:\soft\Go\path\pkg\mod\github.com\gogf\gf@v1.16.6\net\ghttp\internal\client\client_tracing_tracer.go:151:3: undefined: attribute.Any

go version go1.17.2 windows/amd64
wangrui438 commented 2 years ago

我也遇到了相同的错误,go也是1.17.2版本