Use vendored dependencies, new protocol location

This commit is contained in:
Jakob Borg
2015-09-22 19:54:02 +02:00
parent 1ee190e844
commit 4e196d408a
10 changed files with 9 additions and 1210 deletions

View File

@@ -13,9 +13,9 @@ import (
"path/filepath"
"time"
syncthingprotocol "github.com/syncthing/protocol"
"github.com/syncthing/relaysrv/client"
"github.com/syncthing/relaysrv/protocol"
syncthingprotocol "github.com/syncthing/syncthing/lib/protocol"
"github.com/syncthing/syncthing/lib/relay/client"
"github.com/syncthing/syncthing/lib/relay/protocol"
)
func main() {