Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: NikitaSkrynnik <nikita.skrynnik@xored.com>
  • Loading branch information
NikitaSkrynnik committed Apr 20, 2024
1 parent d7b5cdb commit 21ef179
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/stretchr/testify v1.8.4
)

replace github.com/networkservicemesh/integration-tests => github.com/NikitaSkrynnik/integration-tests v0.0.0-20240419080944-990aed209f5f
replace github.com/networkservicemesh/integration-tests => github.com/NikitaSkrynnik/integration-tests v0.0.0-20240420061732-aae1d260f876

require (
github.com/davecgh/go-spew v1.1.1 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/NikitaSkrynnik/integration-tests v0.0.0-20240419080944-990aed209f5f h1:d5HdwmYpqOqAuFeSoXbWow3HQkIgZegMj++RdAu9w2Y=
github.com/NikitaSkrynnik/integration-tests v0.0.0-20240419080944-990aed209f5f/go.mod h1:cT5l2gQd8TEjjgoxLEEF9oR2DB4AH/KlLQEeNvba4U4=
github.com/NikitaSkrynnik/integration-tests v0.0.0-20240420061732-aae1d260f876 h1:g2YNc/jb+/calblPUASTjZ6BIhXqxy/7A0PA45A2oEs=
github.com/NikitaSkrynnik/integration-tests v0.0.0-20240420061732-aae1d260f876/go.mod h1:cT5l2gQd8TEjjgoxLEEF9oR2DB4AH/KlLQEeNvba4U4=
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=
Expand Down

0 comments on commit 21ef179

Please sign in to comment.