Skip to content

Commit ff05d49

Browse files
authored
Merge pull request #5272 from thaJeztah/sync_test_replaces
synchronize replace rules in integration/client go.mod with main go.mod
2 parents 261c107 + 1faca34 commit ff05d49

25 files changed

Lines changed: 60 additions & 126 deletions

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ require (
6565
k8s.io/utils v0.0.0-20201110183641-67b214c5f920
6666
)
6767

68+
// When updating replace rules, make sure to also update the rules in integration/client/go.mod
6869
replace (
6970
github.com/gogo/googleapis => github.com/gogo/googleapis v1.3.2
7071
github.com/golang/protobuf => github.com/golang/protobuf v1.3.5

integration/client/benchmark_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
limitations under the License.
1515
*/
1616

17-
package containerd
17+
package client
1818

1919
import (
2020
"fmt"

integration/client/client_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
limitations under the License.
1515
*/
1616

17-
package containerd
17+
package client
1818

1919
import (
2020
"bytes"

integration/client/client_ttrpc_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
limitations under the License.
1515
*/
1616

17-
package containerd
17+
package client
1818

1919
import (
2020
"context"

integration/client/client_unix_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
limitations under the License.
1717
*/
1818

19-
package containerd
19+
package client
2020

2121
import (
2222
"testing"

integration/client/client_windows_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
limitations under the License.
1515
*/
1616

17-
package containerd
17+
package client
1818

1919
import (
2020
"fmt"

integration/client/container_checkpoint_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
limitations under the License.
1717
*/
1818

19-
package containerd
19+
package client
2020

2121
import (
2222
"bytes"

integration/client/container_linux_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
limitations under the License.
1717
*/
1818

19-
package containerd
19+
package client
2020

2121
import (
2222
"bytes"

integration/client/container_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
limitations under the License.
1515
*/
1616

17-
package containerd
17+
package client
1818

1919
import (
2020
"bytes"

integration/client/content_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
limitations under the License.
1515
*/
1616

17-
package containerd
17+
package client
1818

1919
import (
2020
"context"

0 commit comments

Comments
 (0)