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

chore(orc8r): Protobuf upgrade #12546

Merged
merged 8 commits into from
Apr 28, 2022
7 changes: 5 additions & 2 deletions cwf/cloud/go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
//
module magma/cwf/cloud/go

// TODO remove golang.org/x/net line once Go Upgrade (https://github.com/magma/magma/pull/12151) is merged
replace (
golang.org/x/net => golang.org/x/net v0.0.0-20210520170846-37e1c6afe023
magma/feg/cloud/go => ../../../feg/cloud/go
magma/feg/cloud/go/protos => ../../../feg/cloud/go/protos
magma/gateway => ../../../orc8r/gateway/go
Expand All @@ -27,13 +29,14 @@ require (
github.com/go-openapi/swag v0.19.15
github.com/go-openapi/validate v0.19.3
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/protobuf v1.5.0
github.com/golang/protobuf v1.5.2
github.com/labstack/echo v3.3.10+incompatible
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.5.1
github.com/prometheus/common v0.9.1
github.com/stretchr/testify v1.7.0
google.golang.org/grpc v1.31.0
google.golang.org/grpc v1.43.0
google.golang.org/protobuf v1.28.0
magma/feg/cloud/go v0.0.0
magma/feg/cloud/go/protos v0.0.0
magma/lte/cloud/go v0.0.0
Expand Down
106 changes: 68 additions & 38 deletions cwf/cloud/go/go.sum

Large diffs are not rendered by default.

325 changes: 217 additions & 108 deletions cwf/cloud/go/protos/mconfig/mconfigs.pb.go

Large diffs are not rendered by default.