Remove upb submodule

pull/20662/head
Esun Kim 5 years ago
parent e0d4256685
commit e24cbab32a
  1. 3
      .gitmodules
  2. 1
      third_party/upb
  3. 1
      tools/run_tests/sanity/check_submodules.sh

3
.gitmodules vendored

@ -43,9 +43,6 @@
[submodule "third_party/protoc-gen-validate"]
path = third_party/protoc-gen-validate
url = https://github.com/envoyproxy/protoc-gen-validate.git
[submodule "third_party/upb"]
path = third_party/upb
url = https://github.com/protocolbuffers/upb.git
[submodule "third_party/udpa"]
path = third_party/udpa
url = https://github.com/cncf/udpa.git

1
third_party/upb vendored

@ -1 +0,0 @@
Subproject commit 9effcbcb27f0a665f9f345030188c0b291e32482

@ -39,7 +39,6 @@ cat << EOF | awk '{ print $1 }' | sort > "$want_submodules"
09745575a923640154bcf307fba8aedff47f240a third_party/protobuf (v3.7.0-rc.2-247-g09745575)
e143189bf6f37b3957fb31743df6a1bcf4a8c685 third_party/protoc-gen-validate (v0.0.10)
94324803a497c8f76dbc78df393ef629d3a9f3c3 third_party/udpa (heads/master)
9effcbcb27f0a665f9f345030188c0b291e32482 third_party/upb (heads/master)
cacf7f1d4e3d44d871b605da3b647f07d718623f third_party/zlib (v1.2.11)
EOF

Loading…
Cancel
Save