diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2019-03-08 23:55:52 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2019-04-09 14:37:15 +0200 |
commit | 47e5cbce435cffe286c9128d36540f90a5bd7e20 (patch) | |
tree | 2f4b93df32021eb0bb8a4772edb9c46a1686a1aa /glide.yaml | |
parent | e7f23367478c69ad1b1b63df64a7c956b348eebc (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: I0218ccd23ef9340c3d80ed0e1c5f04e651220813
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'glide.yaml')
-rw-r--r-- | glide.yaml | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/glide.yaml b/glide.yaml deleted file mode 100644 index fad2f93..0000000 --- a/glide.yaml +++ /dev/null @@ -1,28 +0,0 @@ -package: gerrit.automotivelinux.org/gerrit/src/xds/xds-gdb -license: Apache-2.0 -owners: -- name: Sebastien Douheret - email: sebastien@iot.bzh -import: -- package: github.com/codegangsta/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: 2c925773bcc68b577f1cd614754efea83954e378 - 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 |