Use vendored dependencies, new relay/client location

This commit is contained in:
Jakob Borg
2015-09-22 19:51:40 +02:00
parent 168889d999
commit 8450ab8dab
114 changed files with 37412 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ import (
"github.com/golang/groupcache/lru"
"github.com/juju/ratelimit"
"github.com/syncthing/relaysrv/client"
"github.com/syncthing/syncthing/lib/relay/client"
"github.com/syncthing/syncthing/lib/sync"
"github.com/syncthing/syncthing/lib/tlsutil"
)