Skip to content

Commit

Permalink
Merge pull request #17 from utkarsh-pro/utkarsh-pro/port-to-meshery-a…
Browse files Browse the repository at this point in the history
…dapter-lib

Port to meshery adapter lib and meshkit
  • Loading branch information
kumarabd authored Dec 21, 2020
2 parents ef53451 + 58b4866 commit 0b9e8a2
Show file tree
Hide file tree
Showing 28 changed files with 723 additions and 1,890 deletions.
26 changes: 0 additions & 26 deletions api/grpc/error.go

This file was deleted.

70 changes: 0 additions & 70 deletions api/grpc/grpc.go

This file was deleted.

87 changes: 0 additions & 87 deletions api/grpc/handlers.go

This file was deleted.

121 changes: 0 additions & 121 deletions api/grpc/tracing.go

This file was deleted.

18 changes: 4 additions & 14 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,8 @@ replace (
)

require (
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
github.com/golang/protobuf v1.4.2
github.com/grpc-ecosystem/go-grpc-middleware v1.2.0
github.com/layer5io/gokit v0.1.15
github.com/spf13/viper v1.7.0
go.opencensus.io v0.22.3 // indirect
golang.org/x/net v0.0.0-20200707034311-ab3426394381
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a // indirect
google.golang.org/genproto v0.0.0-20200731012542-8145dea6a485 // indirect
google.golang.org/grpc v1.31.0
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/yaml.v2 v2.3.0
k8s.io/client-go v0.18.8
github.com/layer5io/meshery-adapter-library v0.1.6
github.com/layer5io/meshkit v0.1.28
google.golang.org/grpc v1.33.1 // indirect
helm.sh/helm/v3 v3.3.4 // indirect
)
Loading

0 comments on commit 0b9e8a2

Please sign in to comment.