Skip to content

Commit

Permalink
Merge pull request #38 from layer5io/kumarabd/feature/model
Browse files Browse the repository at this point in the history
rework
  • Loading branch information
kumarabd authored Feb 24, 2021
2 parents 4b5d159 + 3abe13f commit a3a828d
Show file tree
Hide file tree
Showing 75 changed files with 548 additions and 4,334 deletions.
37 changes: 0 additions & 37 deletions api/grpc/error.go

This file was deleted.

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

This file was deleted.

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

This file was deleted.

21 changes: 5 additions & 16 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,36 +10,25 @@ replace (
go 1.13

require (
github.com/buger/jsonparser v1.1.1
github.com/fatih/color v1.10.0 // indirect
github.com/go-logr/logr v0.3.0 // indirect
github.com/golang/protobuf v1.4.3
github.com/google/go-cmp v0.5.2 // indirect
github.com/golang/protobuf v1.4.3 // indirect
github.com/google/uuid v1.1.2
github.com/grpc-ecosystem/go-grpc-middleware v1.2.2
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/imdario/mergo v0.3.9 // indirect
github.com/jmoiron/sqlx v1.2.1-0.20190826204134-d7d95172beb5 // indirect
github.com/json-iterator/go v1.1.10 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/layer5io/meshery-adapter-library v0.1.9
github.com/layer5io/meshkit v0.2.0
github.com/layer5io/meshkit v0.2.1
github.com/myntra/pipeline v0.0.0-20180618182531-2babf4864ce8
github.com/nats-io/nats.go v1.10.0
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/nats-io/nats.go v1.10.0 // indirect
github.com/onsi/ginkgo v1.14.2 // indirect
github.com/onsi/gomega v1.10.4 // indirect
github.com/prometheus/procfs v0.0.11 // indirect
github.com/rogpeppe/go-internal v1.6.1 // indirect
github.com/sirupsen/logrus v1.7.0 // indirect
github.com/spf13/cobra v1.1.1 // indirect
golang.org/x/sys v0.0.0-20201009025420-dfb3f7c4e634 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/grpc v1.34.0
google.golang.org/protobuf v1.25.0
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
google.golang.org/grpc v1.34.0 // indirect
gorm.io/gorm v1.20.10
istio.io/client-go v1.8.1
k8s.io/api v0.18.12
k8s.io/apimachinery v0.18.12
k8s.io/client-go v0.18.12
k8s.io/utils v0.0.0-20200603063816-c1c6865ac451 // indirect
Expand Down
Loading

0 comments on commit a3a828d

Please sign in to comment.