Go CLI work

This commit is contained in:
Adam Ierymenko 2019-09-24 12:19:28 -07:00
commit f4a5abeed9
No known key found for this signature in database
GPG key ID: C8877CF2D7A5D7F3
7 changed files with 154 additions and 10 deletions

View file

@ -3,6 +3,6 @@ module zerotier
go 1.13
require (
github.com/Microsoft/go-winio v0.4.14 // indirect
github.com/Microsoft/go-winio v0.4.14
github.com/hectane/go-acl v0.0.0-20190604041725-da78bae5fc95
)