commit | cbcfaa42d6a31d72a8460626ecf17a7840bc9a30 | [log] [tgz] |
---|---|---|
author | Serkant Uluderya <serkant.uluderya@netsia.com> | Fri Oct 18 13:25:08 2019 +0300 |
committer | Serkant Uluderya <serkant.uluderya@netsia.com> | Wed Dec 04 09:56:18 2019 -0800 |
tree | 90f4411b38dc9b38b3a6b515cffe6c2764b8d37f | |
parent | 2509d4cb1115180c1855e9d33c04425f76f6ead4 [diff] [blame] |
VOL-1643 Unsuitable attribute names are renamed for gRPC Java support - proto files are modified to support compilation of generated Java code - schema.proto and yang_options.proto files are deleted since there is no need for netconf in Voltha. Change-Id: I6d8796d74a284529e5bc5926762e77ceaa31638b
diff --git a/go.mod b/go.mod index 7e93bc1..b35b687 100644 --- a/go.mod +++ b/go.mod
@@ -1,4 +1,4 @@ -module github.com/opencord/voltha-protos/v2 +module github.com/opencord/voltha-protos/v3 go 1.12