Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
fix module name
Browse files Browse the repository at this point in the history
  • Loading branch information
honnix committed Jan 21, 2020
1 parent c2b1c0b commit 27e9ccc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/entrypoints/serve_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ import (
"fmt"
"testing"

"github.com/grpc/grpc-go/credentials/oauth"
"github.com/lyft/flyteidl/gen/pb-go/flyteidl/admin"
"github.com/lyft/flyteidl/gen/pb-go/flyteidl/service"
"github.com/stretchr/testify/assert"
"golang.org/x/oauth2"
"google.golang.org/grpc"
"google.golang.org/grpc/credentials"
"google.golang.org/grpc/credentials/oauth"
)

func TestClient(t *testing.T) {
Expand Down
2 changes: 0 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ require (
github.com/grpc-ecosystem/go-grpc-middleware v1.1.0
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/grpc-ecosystem/grpc-gateway v1.12.1
github.com/grpc/grpc-go v1.26.0
github.com/imdario/mergo v0.3.8 // indirect
github.com/jinzhu/gorm v1.9.12
github.com/json-iterator/go v1.1.9 // indirect
Expand Down Expand Up @@ -66,7 +65,6 @@ require (
)

replace (
github.com/grpc/grpc-go => google.golang.org/grpc v1.24.0
github.com/vektra/mockery => github.com/enghabu/mockery v0.0.0-20191009061720-9d0c8670c2f0
k8s.io/api => github.com/lyft/api v0.0.0-20191031200350-b49a72c274e0
k8s.io/apimachinery => github.com/lyft/apimachinery v0.0.0-20191031200210-047e3ea32d7f
Expand Down

0 comments on commit 27e9ccc

Please sign in to comment.