diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-11-29 18:09:17 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-11-29 22:38:19 +0100 |
commit | b5f2398c5cfb44bc18b6d1ab7c59be0ef090d8cf (patch) | |
tree | 21ade4a8aad3fab939db866e20ee976b0a9d68a4 | |
parent | 0f2773364006751bb5a59cf53caea3b62146cc8d (diff) |
Used xdsserver api v1.0.0-rc1
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | glide.yaml | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -71,9 +71,9 @@ else endif ifeq ($(SUB_VERSION), ) - PACKAGE_ZIPFILE := xds-agent_$(ARCH)-v$(VERSION).zip + PACKAGE_ZIPFILE := xds-agent_$(ARCH)-$(VERSION).zip else - PACKAGE_ZIPFILE := xds-agent_$(ARCH)-v$(VERSION)_$(SUB_VERSION).zip + PACKAGE_ZIPFILE := xds-agent_$(ARCH)-$(VERSION)_$(SUB_VERSION).zip endif @@ -26,8 +26,8 @@ import: subpackages: - golib/common - package: github.com/iotbzh/xds-server - version: 5c1d023f41472660952ee559e2484cd6bbe688d3 + version: v1.0.0-rc1 subpackages: - - xsapiv1 + - lib/xsapiv1 - package: github.com/franciscocpg/reflectme version: ^0.1.9 |