integration/client: rename package to "client"

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2021-03-30 16:18:38 +02:00
parent 6fc9e45000
commit 1faca349ea
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
22 changed files with 22 additions and 22 deletions

View File

@ -14,7 +14,7 @@
limitations under the License. limitations under the License.
*/ */
package containerd package client
import ( import (
"fmt" "fmt"

View File

@ -14,7 +14,7 @@
limitations under the License. limitations under the License.
*/ */
package containerd package client
import ( import (
"bytes" "bytes"

View File

@ -14,7 +14,7 @@
limitations under the License. limitations under the License.
*/ */
package containerd package client
import ( import (
"context" "context"

View File

@ -16,7 +16,7 @@
limitations under the License. limitations under the License.
*/ */
package containerd package client
import ( import (
"testing" "testing"

View File

@ -14,7 +14,7 @@
limitations under the License. limitations under the License.
*/ */
package containerd package client
import ( import (
"fmt" "fmt"

View File

@ -16,7 +16,7 @@
limitations under the License. limitations under the License.
*/ */
package containerd package client
import ( import (
"bytes" "bytes"

View File

@ -16,7 +16,7 @@
limitations under the License. limitations under the License.
*/ */
package containerd package client
import ( import (
"bytes" "bytes"

View File

@ -14,7 +14,7 @@
limitations under the License. limitations under the License.
*/ */
package containerd package client
import ( import (
"bytes" "bytes"

View File

@ -14,7 +14,7 @@
limitations under the License. limitations under the License.
*/ */
package containerd package client
import ( import (
"context" "context"

View File

@ -14,7 +14,7 @@
limitations under the License. limitations under the License.
*/ */
package containerd package client
import ( import (
"testing" "testing"

View File

@ -14,7 +14,7 @@
limitations under the License. limitations under the License.
*/ */
package containerd package client
import ( import (
"bufio" "bufio"

View File

@ -14,7 +14,7 @@
limitations under the License. limitations under the License.
*/ */
package containerd package client
import ( import (
"context" "context"

View File

@ -14,7 +14,7 @@
limitations under the License. limitations under the License.
*/ */
package containerd package client
import ( import (
"archive/tar" "archive/tar"

View File

@ -16,7 +16,7 @@
limitations under the License. limitations under the License.
*/ */
package containerd package client
import ( import (
"context" "context"

View File

@ -16,7 +16,7 @@
limitations under the License. limitations under the License.
*/ */
package containerd package client
import ( import (
"context" "context"

View File

@ -14,7 +14,7 @@
limitations under the License. limitations under the License.
*/ */
package containerd package client
import ( import (
"context" "context"

View File

@ -14,7 +14,7 @@
limitations under the License. limitations under the License.
*/ */
package containerd package client
import ( import (
"bytes" "bytes"

View File

@ -14,7 +14,7 @@
limitations under the License. limitations under the License.
*/ */
package containerd package client
import ( import (
"runtime" "runtime"

View File

@ -14,7 +14,7 @@
limitations under the License. limitations under the License.
*/ */
package containerd package client
import ( import (
"context" "context"

View File

@ -14,7 +14,7 @@
limitations under the License. limitations under the License.
*/ */
package containerd package client
import ( import (
"fmt" "fmt"

View File

@ -14,7 +14,7 @@
limitations under the License. limitations under the License.
*/ */
package containerd package client
import ( import (
"context" "context"

View File

@ -16,7 +16,7 @@
limitations under the License. limitations under the License.
*/ */
package containerd package client
import ( import (
"context" "context"