Skip to content

Commit

Permalink
Merge pull request #1226 from gravitational/dmitri/kyaml
Browse files Browse the repository at this point in the history
Update to apimachinery release-1.7.
  • Loading branch information
a-palchikov authored Aug 28, 2017
2 parents 08a7b49 + 696be65 commit c3f58c6
Show file tree
Hide file tree
Showing 6 changed files with 61 additions and 21 deletions.
6 changes: 3 additions & 3 deletions Godeps/Godeps.json

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

2 changes: 1 addition & 1 deletion lib/services/saml_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
"github.com/gravitational/teleport/lib/utils"

"gopkg.in/check.v1"
kyaml "k8s.io/client-go/1.4/pkg/util/yaml"
kyaml "k8s.io/apimachinery/pkg/util/yaml"
)

type SAMLSuite struct{}
Expand Down
2 changes: 1 addition & 1 deletion lib/web/apiserver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ import (
"golang.org/x/crypto/ssh"
"golang.org/x/net/websocket"
. "gopkg.in/check.v1"
kyaml "k8s.io/client-go/1.4/pkg/util/yaml"
kyaml "k8s.io/apimachinery/pkg/util/yaml"
)

func TestWeb(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion tool/tctl/common/tctl.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ import (
"github.com/gravitational/trace"
"github.com/jonboulle/clockwork"
"golang.org/x/crypto/ssh"
kyaml "k8s.io/client-go/1.4/pkg/util/yaml"
kyaml "k8s.io/apimachinery/pkg/util/yaml"
)

type CLIConfig struct {
Expand Down

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

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

0 comments on commit c3f58c6

Please sign in to comment.