Skip to content

Commit

Permalink
add dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlanni committed Nov 1, 2022
1 parent 1d9c2de commit a915d9c
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[submodule "istio/1.12/api"]
path = istio/1.12/api
url = https://github.com/istio/api
[submodule "istio/1.12/istio"]
path = istio/1.12/istio
url = https://github.com/istio/istio
[submodule "istio/1.12/client-go"]
path = istio/1.12/client-go
url = https://github.com/istio/client-go
[submodule "istio/1.12/pkg"]
path = istio/1.12/pkg
url = https://github.com/istio/pkg
[submodule "istio/1.12/proxy"]
path = istio/1.12/proxy
url = https://github.com/istio/proxy
[submodule "envoy/1.20/go-control-plane"]
path = envoy/1.20/go-control-plane
url = https://github.com/envoyproxy/go-control-plane
[submodule "envoy/1.20/envoy"]
path = envoy/1.20/envoy
url = https://github.com/envoyproxy/envoy
1 change: 1 addition & 0 deletions envoy/1.20/envoy
Submodule envoy added at 96701c
1 change: 1 addition & 0 deletions envoy/1.20/go-control-plane
Submodule go-control-plane added at 4dc61e
1 change: 1 addition & 0 deletions istio/1.12/api
Submodule api added at 8da52c
1 change: 1 addition & 0 deletions istio/1.12/client-go
Submodule client-go added at b744b6
1 change: 1 addition & 0 deletions istio/1.12/istio
Submodule istio added at 7009b1
1 change: 1 addition & 0 deletions istio/1.12/pkg
Submodule pkg added at e379f3
1 change: 1 addition & 0 deletions istio/1.12/proxy
Submodule proxy added at 4ad0eb

0 comments on commit a915d9c

Please sign in to comment.