diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2019-03-08 21:19:04 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2019-04-08 22:11:03 +0200 |
commit | 247bb7c2db5f0d48178398599348249bf886ebbc (patch) | |
tree | 251d1e9b535da6da29429cc672974247c687f74e /glide.yaml | |
parent | 2d3f1be6a495143d7e82f6396a49dfff6cabc3e4 (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
Get ride of glide tool (marked as obsolete) and go module instead to
populate dependency packages.
See also: https://github.com/golang/go/wiki/Modules
Bug-AGL: SPEC-2289
Change-Id: I9c16bb0759c34cab48b5bd03fc29993c38608c6e
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'glide.yaml')
-rw-r--r-- | glide.yaml | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/glide.yaml b/glide.yaml deleted file mode 100644 index 73a9e33..0000000 --- a/glide.yaml +++ /dev/null @@ -1,33 +0,0 @@ -package: gerrit.automotivelinux.org/gerrit/src/xds/xds-agent -license: Apache-2 -owners: -- name: Sebastien Douheret - email: sebastien@iot.bzh -import: -- package: github.com/gin-gonic/gin - version: ^1.1.4 -- package: github.com/gin-contrib/static -- package: github.com/syncthing/syncthing - version: =0.14.38 - subpackages: - - lib/sync - - lib/config - - lib/protocol -- 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/satori/go.uuid - version: ^1.1.0 -- package: gerrit.automotivelinux.org/gerrit/src/xds/xds-common.git - version: 5fc859eabd5c2e38b10cbb63f057e83da0748831 - subpackages: - - golib/common -- package: gerrit.automotivelinux.org/gerrit/src/xds/xds-server.git - version: b33e880f23525b4f75cf35e39aa5082addef0fb7 - subpackages: - - lib/xsapiv1 -- package: github.com/franciscocpg/reflectme - version: ^0.1.9 |