diff --git a/intelligence/consumers/orders-anthill/Makefile b/intelligence/consumers/orders-anthill/Makefile index d36ce9da15..d207949e85 100644 --- a/intelligence/consumers/orders-anthill/Makefile +++ b/intelligence/consumers/orders-anthill/Makefile @@ -15,11 +15,12 @@ prepare: rm $(BUILD_ROOT_PATH) || true mkdir -p $(GOPATH)/src/github.com/FoxComm ln -s $(HIGHLANDER_PATH) $(BUILD_ROOT_PATH) || true - go get github.com/FoxComm/metamorphosis + cd $(BUILD_PATH) && glide install + rm -rf $(BUILD_PATH)/vendor/github.com/FoxComm/highlander build: prepare $(call header, Building) - GOOS=linux CGO_ENABLED=0 go build -o orders-anthill ./*.go + cd $(BUILD_PATH) && GOOS=linux CGO_ENABLED=0 go build -o orders-anthill ./*.go test: $(call header, Testing) diff --git a/intelligence/consumers/orders-anthill/glide.lock b/intelligence/consumers/orders-anthill/glide.lock new file mode 100644 index 0000000000..a98d3b54e7 --- /dev/null +++ b/intelligence/consumers/orders-anthill/glide.lock @@ -0,0 +1,43 @@ +hash: 905b40f8b8eb1a58dcc4760335086d112cdecf46bd11eebea79fb5813c570751 +updated: 2017-05-01T14:31:44.625612266-07:00 +imports: +- name: github.com/cihub/seelog + version: d2c6e5aa9fbfdd1c624e140287063c7730654115 +- name: github.com/eapache/go-resiliency + version: b86b1ec0dd4209a588dc1285cdd471e73525c0b3 + subpackages: + - breaker +- name: github.com/eapache/queue + version: ded5959c0d4e360646dc9e9908cff48666781367 +- name: github.com/elodina/go-avro + version: 0c8185d9a3ba82aeac98db3313a268a5b6df99b5 +- name: github.com/elodina/go-kafka-avro + version: 0c29ad915b6b7dc6cf416005fdae3d1c6b5d9672 + repo: git@github.com:FoxComm/go-kafka-avro.git + vcs: git +- name: github.com/elodina/go_kafka_client + version: 95d107b0c102fa81b8c1e5e556adc23352fad065 + subpackages: + - avro +- name: github.com/elodina/siesta + version: fea3d8822e875ffef3895e68f5c2f172e0dd4300 +- name: github.com/elodina/siesta-producer + version: a374fc36c515243efb438aed41c536af55d8b19b +- name: github.com/FoxComm/metamorphosis + version: 20936e0ceb33443962d90cdf24bc6892a73e438b + vcs: git +- name: github.com/golang/snappy + version: 723cc1e459b8eea2dea4583200fd60757d40097a +- name: github.com/rcrowley/go-metrics + version: 51425a2415d21afadfd55cd93432c0bc69e9598d +- name: github.com/samuel/go-zookeeper + version: 218e9c81c0dd8b3b18172b2bbfad92cc7d6db55f + subpackages: + - zk +- name: github.com/Shopify/sarama + version: 094e483251042a52ce92f76dbcf140ad2bd7cffb +- name: github.com/yanzay/cfg + version: 3b647091f880406fdb14edcb309ce750a38d3e85 +- name: gopkg.in/cihub/seelog.v2 + version: d2c6e5aa9fbfdd1c624e140287063c7730654115 +testImports: [] diff --git a/intelligence/consumers/orders-anthill/glide.yaml b/intelligence/consumers/orders-anthill/glide.yaml new file mode 100644 index 0000000000..2238c127f1 --- /dev/null +++ b/intelligence/consumers/orders-anthill/glide.yaml @@ -0,0 +1,19 @@ +package: github.com/FoxComm/highlander/intelligence/consumers/orders-anthill +ignore: + - github.com/FoxComm/highlander +import: + - package: github.com/FoxComm/metamorphosis + vcs: git + version: 20936e0ceb33443962d90cdf24bc6892a73e438b + - package: github.com/elodina/go-avro + version: 0c8185d9a3ba82aeac98db3313a268a5b6df99b5 + - package: github.com/elodina/go-kafka-avro + vcs: git + version: 0c29ad915b6b7dc6cf416005fdae3d1c6b5d9672 + repo: git@github.com:FoxComm/go-kafka-avro.git + - package: github.com/elodina/go_kafka_client + version: 95d107b0c102fa81b8c1e5e556adc23352fad065 + - package: github.com/elodina/siesta + version: fea3d8822e875ffef3895e68f5c2f172e0dd4300 + - package: github.com/elodina/siesta-producer + version: a374fc36c515243efb438aed41c536af55d8b19b diff --git a/intelligence/consumers/orders-sphex/glide.lock b/intelligence/consumers/orders-sphex/glide.lock index 9619550e14..243216f149 100644 --- a/intelligence/consumers/orders-sphex/glide.lock +++ b/intelligence/consumers/orders-sphex/glide.lock @@ -1,5 +1,5 @@ -hash: 26683ecf70fc378fa9129ef9f5994a8a7b47fff5c1575611bcb1dd5e17e2e5aa -updated: 2017-04-05T17:34:32.977009698-07:00 +hash: ed4e8d6377e6113ef2a887da3d5ca1d56697089e40904e6fcc0e2e7d954f5a3f +updated: 2017-05-01T14:34:25.657838476-07:00 imports: - name: github.com/cihub/seelog version: d2c6e5aa9fbfdd1c624e140287063c7730654115 @@ -24,7 +24,7 @@ imports: - name: github.com/elodina/siesta-producer version: a374fc36c515243efb438aed41c536af55d8b19b - name: github.com/FoxComm/metamorphosis - version: f357818171523aa95aafb58ca8cf419cb4f0e291 + version: 20936e0ceb33443962d90cdf24bc6892a73e438b vcs: git - name: github.com/golang/snappy version: 723cc1e459b8eea2dea4583200fd60757d40097a diff --git a/intelligence/consumers/orders-sphex/glide.yaml b/intelligence/consumers/orders-sphex/glide.yaml index 389797947b..d75799aded 100644 --- a/intelligence/consumers/orders-sphex/glide.yaml +++ b/intelligence/consumers/orders-sphex/glide.yaml @@ -4,7 +4,7 @@ ignore: import: - package: github.com/FoxComm/metamorphosis vcs: git - version: f357818171523aa95aafb58ca8cf419cb4f0e291 + version: 20936e0ceb33443962d90cdf24bc6892a73e438b - package: github.com/elodina/go-avro version: 0c8185d9a3ba82aeac98db3313a268a5b6df99b5 - package: github.com/elodina/go-kafka-avro