Skip to content

Commit

Permalink
use the new testing framework import path
Browse files Browse the repository at this point in the history
  • Loading branch information
Mengqi Yu committed Apr 26, 2018
1 parent ee787f6 commit 6f9a236
Show file tree
Hide file tree
Showing 13 changed files with 11 additions and 215 deletions.
13 changes: 5 additions & 8 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

# Packages required by users
required = ["github.com/kubernetes-sig-testing/frameworks/integration",
required = ["sigs.k8s.io/testing_frameworks/integration",
"k8s.io/client-go/plugin/pkg/client/auth",
"github.com/spf13/pflag"]

Expand All @@ -22,8 +22,8 @@ required = ["github.com/kubernetes-sig-testing/frameworks/integration",
name = "github.com/kubernetes-sigs/kubebuilder"

[[constraint]]
branch = "master"
name = "github.com/kubernetes-sig-testing/frameworks"
name = "sigs.k8s.io/testing_frameworks"
revision = "f53464b8b84b4507805a0b033a8377b225163fea"

[[constraint]]
branch = "master"
Expand Down
2 changes: 1 addition & 1 deletion pkg/test/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
extensionsv1beta1 "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1"
"k8s.io/client-go/rest"

"github.com/kubernetes-sig-testing/frameworks/integration"
"sigs.k8s.io/testing_frameworks/integration"
"github.com/kubernetes-sigs/kubebuilder/pkg/install"
)

Expand Down
2 changes: 1 addition & 1 deletion samples/full/controller/src/samplecontroller/Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion samples/full/controller/src/samplecontroller/Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
ignored = ["github.com/kubernetes-sigs/kubebuilder","github.com/kubernetes-sigs/kubebuilder/cmd"]

# Packages required by users
required = ["github.com/kubernetes-sig-testing/frameworks/integration",
required = ["sigs.k8s.io/testing_frameworks/integration",
"k8s.io/client-go/plugin/pkg/client/auth",
"github.com/spf13/pflag"]

Expand Down
201 changes: 0 additions & 201 deletions vendor/github.com/kubernetes-sig-testing/frameworks/LICENSE

This file was deleted.

0 comments on commit 6f9a236

Please sign in to comment.