Make use of git submodules and GO15VENDOREXPERIMENT env variable
This commit is contained in:
parent
ec98145508
commit
f89a21334d
|
@ -0,0 +1,15 @@
|
||||||
|
[submodule "vendor/github.com/Shopify/sarama"]
|
||||||
|
path = vendor/github.com/Shopify/sarama
|
||||||
|
url = git@github.com:Shopify/sarama.git
|
||||||
|
[submodule "vendor/github.com/rcrowley/go-metrics"]
|
||||||
|
path = vendor/github.com/rcrowley/go-metrics
|
||||||
|
url = git@github.com:rcrowley/go-metrics.git
|
||||||
|
[submodule "vendor/github.com/juju/ratelimit"]
|
||||||
|
path = vendor/github.com/juju/ratelimit
|
||||||
|
url = git@github.com:juju/ratelimit.git
|
||||||
|
[submodule "vendor/github.com/klauspost/crc32"]
|
||||||
|
path = vendor/github.com/klauspost/crc32
|
||||||
|
url = git@github.com:klauspost/crc32.git
|
||||||
|
[submodule "vendor/github.com/golang/snappy"]
|
||||||
|
path = vendor/github.com/golang/snappy
|
||||||
|
url = git@github.com:golang/snappy.git
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit c54ed1f5f5177ea3f10379dd0d3f2c3ee7d6fe84
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 723cc1e459b8eea2dea4583200fd60757d40097a
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 772f5c38e468398c4511514f4f6aa9a4185bc0a0
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit f8d2e12057f7ef26ae42ecfa42697f4bdc32d7eb
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 1ce93efbc8f9c568886b2ef85ce305b2217b3de3
|
Loading…
Reference in New Issue