forked from rosenhouse/proctor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
27 lines (27 loc) · 1.17 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[submodule "vendor/github.com/aws/aws-sdk-go"]
path = vendor/github.com/aws/aws-sdk-go
url = git://github.com/aws/aws-sdk-go
[submodule "vendor/github.com/hashicorp/go-multierror"]
path = vendor/github.com/hashicorp/go-multierror
url = git://github.com/hashicorp/go-multierror
[submodule "vendor/github.com/onsi/say"]
path = vendor/github.com/onsi/say
url = git://github.com/onsi/say
[submodule "vendor/golang.org/x/crypto"]
path = vendor/golang.org/x/crypto
url = https://go.googlesource.com/crypto
[submodule "vendor/github.com/hashicorp/errwrap"]
path = vendor/github.com/hashicorp/errwrap
url = git://github.com/hashicorp/errwrap
[submodule "vendor/github.com/onsi/ginkgo"]
path = vendor/github.com/onsi/ginkgo
url = git://github.com/onsi/ginkgo
[submodule "vendor/github.com/onsi/gomega"]
path = vendor/github.com/onsi/gomega
url = git://github.com/onsi/gomega
[submodule "vendor/github.com/golang/protobuf"]
path = vendor/github.com/golang/protobuf
url = git://github.com/golang/protobuf
[submodule "vendor/github.com/pivotal-cf-experimental/bletchley"]
path = vendor/github.com/pivotal-cf-experimental/bletchley
url = git://github.com/pivotal-cf-experimental/bletchley