Copilot commented on code in PR #981:
URL: https://github.com/apache/dubbo-go-pixiu/pull/981#discussion_r3418852148


##########
go.mod:
##########
@@ -25,7 +25,6 @@ require (
        github.com/go-playground/assert/v2 v2.2.0
        github.com/go-resty/resty/v2 v2.7.0
        github.com/go-sql-driver/mysql v1.9.2
-       github.com/goinggo/mapstructure v0.0.0-20140717182941-194205d9b4a9
        github.com/golang-jwt/jwt/v4 v4.5.2
        github.com/golang/mock v1.6.0
        github.com/golang/protobuf v1.5.4

Review Comment:
   The code now imports `github.com/mitchellh/mapstructure` (see 
`pkg/config/config_load.go`), but `go.mod` no longer requires any 
`mapstructure` module. This will fail `go mod tidy` / builds in a clean 
environment. Add `github.com/mitchellh/mapstructure` to `require` (direct or 
indirect as appropriate) and run `go mod tidy` to ensure `go.sum` is updated.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to