Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update client-go to v6.0.0 #55

Merged
merged 1 commit into from Jan 29, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
97 changes: 57 additions & 40 deletions glide.lock

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

10 changes: 4 additions & 6 deletions glide.yaml
Expand Up @@ -33,15 +33,13 @@ import:
- package: google.golang.org/api
version: 98825bb0065da4054e5da6db34f5fc598e50bc24
- package: k8s.io/api
version: kubernetes-1.8.3
version: kubernetes-1.9.0
- package: k8s.io/apimachinery
repo: https://github.com/tamalsaha/apimachinery.git
version: release-1.8
vcs: git
version: kubernetes-1.9.0
- package: k8s.io/client-go
version: kubernetes-1.8.3
version: v6.0.0
- package: github.com/appscode/kutil
version: release-5.0
version: release-6.0
- package: github.com/golang/protobuf
version: 6e4cc92cc905d5f4a73041c1b8228ea08f4c6147
- package: google.golang.org/grpc
Expand Down
3 changes: 1 addition & 2 deletions lib/github.go
Expand Up @@ -4,7 +4,6 @@ import (
"context"
"fmt"
"net/http"
"strconv"

"github.com/google/go-github/github"
"golang.org/x/oauth2"
Expand All @@ -25,7 +24,7 @@ func checkGithub(name, token string) (auth.TokenReview, int) {
data.Status = auth.TokenReviewStatus{
User: auth.UserInfo{
Username: mem.User.GetLogin(),
UID: strconv.Itoa(mem.User.GetID()),
UID: fmt.Sprintf("%d", mem.User.GetID()),
},
}

Expand Down
3 changes: 1 addition & 2 deletions vendor/appscode.com/api/attic/v1beta1/artifact.pb.go

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

3 changes: 1 addition & 2 deletions vendor/appscode.com/api/attic/v1beta1/version.pb.go

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

3 changes: 1 addition & 2 deletions vendor/appscode.com/api/auth/v1beta1/authentication.pb.go

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

3 changes: 1 addition & 2 deletions vendor/appscode.com/api/auth/v1beta1/conduit.pb.go

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

3 changes: 1 addition & 2 deletions vendor/appscode.com/api/auth/v1beta1/project.pb.go

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

3 changes: 1 addition & 2 deletions vendor/appscode.com/api/ci/v1beta1/agent.pb.go

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

3 changes: 1 addition & 2 deletions vendor/appscode.com/api/ci/v1beta1/metadata.pb.go

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

3 changes: 1 addition & 2 deletions vendor/appscode.com/api/cloud/v1alpha1/certificate.pb.go

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