diff --git a/go.mod b/go.mod index 7494ddb4..53d986f0 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/networkservicemesh/integration-k8s-packet go 1.16 require ( - github.com/networkservicemesh/integration-tests v0.0.0-20210326205537-1d0724948111 + github.com/networkservicemesh/integration-tests v0.0.0-20210330124914-d387590c5bb6 github.com/stretchr/testify v1.7.0 golang.org/x/sys v0.0.0-20210317225723-c4fcb01b228e // indirect ) diff --git a/go.sum b/go.sum index a2e4065e..9e7ea70b 100644 --- a/go.sum +++ b/go.sum @@ -154,8 +154,8 @@ github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8m github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f/go.mod h1:ZdcZmHo+o7JKHSa8/e818NopupXU1YMK5fe1lsApnBw= github.com/networkservicemesh/gotestmd v0.0.0-20210326113820-7c7fa1e058ed h1:bZqJ1P8Gw7rxVF5ehlqnfTz9ygaRkyBBR4M5slVUw2Q= github.com/networkservicemesh/gotestmd v0.0.0-20210326113820-7c7fa1e058ed/go.mod h1:RsxZNZRDhTSkY21gzrJVC4ufT10bfeHRvrRTtypUx+k= -github.com/networkservicemesh/integration-tests v0.0.0-20210326205537-1d0724948111 h1:iXZ4+hXP8MvWwBZI2nXK7dWIUTL+HeOYbSLZ1Hsng6o= -github.com/networkservicemesh/integration-tests v0.0.0-20210326205537-1d0724948111/go.mod h1:0hZVhXZEREf5SZe3WUDO7lFqCUCvHM/+VmcQcUgytsw= +github.com/networkservicemesh/integration-tests v0.0.0-20210330124914-d387590c5bb6 h1:gqGjCV+bpuZMYQuj30U0eeGRyslxRmJKGo5G1Q3GWvM= +github.com/networkservicemesh/integration-tests v0.0.0-20210330124914-d387590c5bb6/go.mod h1:0hZVhXZEREf5SZe3WUDO7lFqCUCvHM/+VmcQcUgytsw= github.com/onsi/ginkgo v0.0.0-20170829012221-11459a886d9c/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= github.com/onsi/ginkgo v1.11.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=