kezhenxu94 commented on a change in pull request #22:
URL:
https://github.com/apache/skywalking-infra-e2e/pull/22#discussion_r658071079
##########
File path: go.mod
##########
@@ -3,13 +3,14 @@ module github.com/apache/skywalking-infra-e2e
go 1.13
require (
- github.com/docker/docker v20.10.6+incompatible
+ github.com/docker/docker v20.10.7+incompatible
+ github.com/docker/go-connections v0.4.0
github.com/google/go-cmp v0.5.4
github.com/gorilla/mux v1.8.0 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/sirupsen/logrus v1.7.0
github.com/spf13/cobra v1.1.1
- github.com/testcontainers/testcontainers-go v0.11.0
+ github.com/testcontainers/testcontainers-go v0.11.1
gopkg.in/yaml.v2 v2.4.0
Review comment:
Whenever you update `go.mod`, please also check the LICENSE file, it is
mostly needed update too
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]