Move to go modules

Go >= 1.11 has a module system, support for dep has been dropped. This
commit changes the dependency management to go modules.
This commit is contained in:
Jan Dittberner 2020-04-17 19:38:32 +02:00
parent a89275a8e4
commit 5aa557c9aa
5 changed files with 33 additions and 50 deletions

7
.gitignore vendored
View file

@ -1,2 +1,7 @@
vendor/
.idea/
/client/client
/signer/signer
/ttyS*
client.yaml
signer.yaml
vendor/