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:
parent
a89275a8e4
commit
5aa557c9aa
5 changed files with 33 additions and 50 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -1,2 +1,7 @@
|
|||
vendor/
|
||||
.idea/
|
||||
/client/client
|
||||
/signer/signer
|
||||
/ttyS*
|
||||
client.yaml
|
||||
signer.yaml
|
||||
vendor/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue