spacewander commented on code in PR #95: URL: https://github.com/apache/apisix-go-plugin-runner/pull/95#discussion_r904713182
########## go.mod: ########## @@ -6,11 +6,16 @@ require ( github.com/ReneKroon/ttlcache/v2 v2.4.0 github.com/api7/ext-plugin-proto v0.5.0 github.com/google/flatbuffers v2.0.0+incompatible - github.com/spf13/cobra v1.1.3 + github.com/spf13/cobra v1.2.1 github.com/stretchr/testify v1.7.0 github.com/thediveo/enumflag v0.10.1 go.uber.org/multierr v1.7.0 // indirect - go.uber.org/zap v1.16.0 - golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 + go.uber.org/zap v1.17.0 + golang.org/x/time v0.0.0-20191024005414-555d28b269f0 golang.org/x/tools v0.1.9 // indirect ) + +replace ( + github.com/miekg/dns v1.0.14 => github.com/miekg/dns v1.1.25 + github.com/spf13/cobra v0.0.7 => github.com/spf13/cobra v1.2.1 Review Comment: We already use v1.2.1 in the `require`? -- 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: notifications-unsubscr...@apisix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org