Use go module as dependency tool instead of glide 45/20945/1 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 20:19:04 +0000 (21:19 +0100)
committerSebastien Douheret <sebastien.douheret@iot.bzh>
Mon, 8 Apr 2019 20:11:03 +0000 (22:11 +0200)
commit247bb7c2db5f0d48178398599348249bf886ebbc
tree251d1e9b535da6da29429cc672974247c687f74e
parent2d3f1be6a495143d7e82f6396a49dfff6cabc3e4
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: I9c16bb0759c34cab48b5bd03fc29993c38608c6e
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
31 files changed:
.gitignore
.vscode/settings.json
Makefile
glide.yaml [deleted file]
go.mod [new file with mode: 0644]
go.sum [new file with mode: 0644]
lib/agent/agent.go
lib/agent/apiv1-config.go
lib/agent/apiv1-events.go
lib/agent/apiv1-exec.go
lib/agent/apiv1-projects.go
lib/agent/apiv1-sdks.go
lib/agent/apiv1-servers.go
lib/agent/apiv1-supervisor.go
lib/agent/apiv1-targets.go
lib/agent/apiv1-version.go
lib/agent/apiv1.go
lib/agent/events.go
lib/agent/project-interface.go
lib/agent/project-pathmap.go
lib/agent/project-st.go
lib/agent/projects.go
lib/agent/webserver.go
lib/agent/xdsserver.go
lib/agent/xdssupervior.go
lib/syncthing/st.go
lib/syncthing/stfolder.go
lib/xdsconfig/config.go
lib/xdsconfig/configfile.go
main.go
webapp/package-lock.json