Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: networkservicemesh/integration-k8s-kind
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fa52c0a215f428e346dd0f69c2df2d26e2b41cdc
Choose a base ref
..
head repository: networkservicemesh/integration-k8s-kind
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ee783e6aee35ed5c5de32d22dfb45ff385fa4336
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +1 −1 go.mod
  2. +2 −2 go.sum
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -19,4 +19,4 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace github.com/networkservicemesh/integration-tests => github.com/VitalyGushin/integration-tests a10f17dace53f67bfe89798b2a6ababd48153a13
replace github.com/networkservicemesh/integration-tests => github.com/VitalyGushin/integration-tests v0.0.0-20240221073247-a10f17dace53
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
github.com/VitalyGushin/integration-tests v0.0.0-20240221073247-a10f17dace53 h1:NAfrsTvkVPw9RxXfgqtJHmIhyyHwzZfSXf9fONO+WQg=
github.com/VitalyGushin/integration-tests v0.0.0-20240221073247-a10f17dace53/go.mod h1:WLpOEldvahZQkJSdU3kspIS4tB1x1hDnWP08B/nCTjM=
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
@@ -14,8 +16,6 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/networkservicemesh/gotestmd v0.0.0-20220628095933-eabbdc09e0dc h1:1L/OisEFsOyhwaqeJpYmM1nlJ2dBusUMiszPDBlUip0=
github.com/networkservicemesh/gotestmd v0.0.0-20220628095933-eabbdc09e0dc/go.mod h1:8EWnekTRNX+NxBdTFE24WqUoM7SgJHbiafDBrIIdOmQ=
github.com/networkservicemesh/integration-tests v0.0.0-20240214100638-cb08e79b30fb h1:1Z/rGrtqBRLhAqj8dhx71hChCdBPxRb0gzMgfUfgUP8=
github.com/networkservicemesh/integration-tests v0.0.0-20240214100638-cb08e79b30fb/go.mod h1:WLpOEldvahZQkJSdU3kspIS4tB1x1hDnWP08B/nCTjM=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=