Skip to content

Commit

Permalink
Add submodule configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Stone committed Jan 5, 2017
1 parent dfd2e72 commit 876c935
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[submodule "packages/concerto-runtime-hlf/vendor/github.com/hyperledger/fabric"]
path = packages/concerto-runtime-hlf/vendor/github.com/hyperledger/fabric
url = https://github.com/hyperledger/fabric.git
branch = v0.6
[submodule "packages/concerto-runtime-hlf/vendor/gopkg.in/sourcemap.v1"]
path = packages/concerto-runtime-hlf/vendor/gopkg.in/sourcemap.v1
url = https://gopkg.in/sourcemap.v1.git
[submodule "packages/concerto-runtime-hlf/vendor/github.com/robertkrimen/otto"]
path = packages/concerto-runtime-hlf/vendor/github.com/robertkrimen/otto
url = https://github.com/sstone1/otto.git
Submodule fabric added at f3f7fb
Submodule otto added at 7a965d
1 change: 1 addition & 0 deletions packages/concerto-runtime-hlf/vendor/gopkg.in/sourcemap.v1
Submodule sourcemap.v1 added at eef8f4

0 comments on commit 876c935

Please sign in to comment.