diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2019-04-09 13:59:48 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2019-04-09 14:21:04 +0200 |
commit | 315cd5ce116475d41b63ddb86e8ab1134f32a9a8 (patch) | |
tree | b3f1689f701e7a832fd274275192bc937fb2e2db /glide.yaml | |
parent | e04e7c32699c4a456d436205da2d2ca99625eb38 (diff) |
Use go module as dependency tool instead of glidehalibut_7.99.3halibut_7.99.2halibut_7.99.1halibut/7.99.3halibut/7.99.2halibut/7.99.17.99.37.99.27.99.1
Bug-AGL: SPEC-2289
Change-Id: I7486876f0fd50e776280dfeb983f6b47200a7c29
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'glide.yaml')
-rw-r--r-- | glide.yaml | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/glide.yaml b/glide.yaml deleted file mode 100644 index b89e89d..0000000 --- a/glide.yaml +++ /dev/null @@ -1,34 +0,0 @@ -package: gerrit.automotivelinux.org/gerrit/src/xds/xds-cli -license: Apache-2.0 -owners: -- name: Sebastien Douheret - email: sebastien@iot.bzh -import: -- package: github.com/urfave/cli - version: ^1.19.1 -- package: github.com/Sirupsen/logrus - version: ^0.11.5 -- package: github.com/sebd71/go-socket.io-client - version: 46defcb47f -- package: github.com/googollee/go-socket.io - version: v1.0.1 -- package: github.com/googollee/go-engine.io - version: v1.0.1 -- package: gerrit.automotivelinux.org/gerrit/src/xds/xds-agent.git - version: e9c65d5fcf8d2ec3772ceced4fe1379392b15a4f - subpackages: - - lib/xaapiv1 -- package: gerrit.automotivelinux.org/gerrit/src/xds/xds-common.git - version: 5fc859eabd5c2e38b10cbb63f057e83da0748831 - subpackages: - - golib/common -- package: github.com/joho/godotenv - version: ^1.1.0 - subpackages: - - cmd/godotenv -- package: github.com/franciscocpg/reflectme - version: ^0.1.9 -- package: github.com/golang/crypto - subpackages: - - ssh/terminal -- package: github.com/creack/goselect |