diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2019-03-08 16:59:14 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2019-04-07 17:02:42 +0200 |
commit | 5dc2ff003106f0ced38caadb06033f24c792f9b9 (patch) | |
tree | f6fcd8e4daa1a2ac63d8ee013cc7beb385281176 /glide.yaml | |
parent | f001cf950bb91384f163bf8650c5d24f77c940f9 (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: I8f459a9f80f501c2b6019566eaa3db3a9b986396
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'glide.yaml')
-rw-r--r-- | glide.yaml | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/glide.yaml b/glide.yaml deleted file mode 100644 index faf9310..0000000 --- a/glide.yaml +++ /dev/null @@ -1,41 +0,0 @@ -package: gerrit.automotivelinux.org/gerrit/src/xds/xds-server -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 - version: master -- package: github.com/syncthing/syncthing - version: =0.14.38 - subpackages: - - lib/sync - - lib/config - - lib/protocol -- package: github.com/codegangsta/cli - version: ^1.19.1 -- package: github.com/Sirupsen/logrus - version: ^0.11.5 -- 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 - - golib/eows -- package: github.com/kr/pty - version: ^1.0.0 -- package: github.com/franciscocpg/reflectme - version: ^0.1.9 -- package: "github.com/stretchr/testify" - version: ^1.2.2 - subpackages: - - assert -- 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 |