Use go module as dependency tool instead of glide 32/20932/5 7.99.1 7.99.2 7.99.3 halibut/7.99.1 halibut/7.99.2 halibut/7.99.3 halibut_7.99.1 halibut_7.99.2 halibut_7.99.3
authorSebastien Douheret <sebastien.douheret@iot.bzh>
Fri, 8 Mar 2019 15:59:14 +0000 (16:59 +0100)
committerSebastien Douheret <sebastien.douheret@iot.bzh>
Sun, 7 Apr 2019 15:02:42 +0000 (17:02 +0200)
commit5dc2ff003106f0ced38caadb06033f24c792f9b9
treef6fcd8e4daa1a2ac63d8ee013cc7beb385281176
parentf001cf950bb91384f163bf8650c5d24f77c940f9
Use go module as dependency tool instead of glide

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>
44 files changed:
.vscode/settings.json
Makefile
glide.lock [deleted file]
glide.yaml [deleted file]
go.mod [new file with mode: 0644]
go.sum [new file with mode: 0644]
lib/syncthing/st.go
lib/syncthing/stfolder.go
lib/xdsconfig/builderconfig.go
lib/xdsconfig/config.go
lib/xdsconfig/data.go
lib/xdsconfig/fileconfig.go
lib/xdsserver/apiv1-config.go
lib/xdsserver/apiv1-events.go
lib/xdsserver/apiv1-exec.go
lib/xdsserver/apiv1-folders.go
lib/xdsserver/apiv1-make.go
lib/xdsserver/apiv1-sdks.go
lib/xdsserver/apiv1-targets.go
lib/xdsserver/apiv1-updates.go
lib/xdsserver/apiv1-version.go
lib/xdsserver/events.go
lib/xdsserver/folder-interface.go
lib/xdsserver/folder-pathmap.go
lib/xdsserver/folder-st-disable.go
lib/xdsserver/folder-st.go
lib/xdsserver/folders.go
lib/xdsserver/sdk.go
lib/xdsserver/sdks.go
lib/xdsserver/target-interface.go
lib/xdsserver/target-standard.go
lib/xdsserver/targets.go
lib/xdsserver/terminal-interface.go
lib/xdsserver/terminal-ssh.go
lib/xdsserver/terminals.go
lib/xdsserver/xds-server-update.go
lib/xdsserver/xdsserver.go
main.go
test/config_test.go
test/exec_test.go
test/folders_test.go
test/main_test.go
test/sdks_test.go
test/target_test.go