From 7c6a31017968e7c1a69148db1ca3dea71eba8236 Mon Sep 17 00:00:00 2001 From: Audrius Butkevicius Date: Wed, 19 Aug 2015 20:49:34 +0100 Subject: [PATCH] Fix after package move --- client/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/client.go b/client/client.go index a1924e3ea..94e4eedd2 100644 --- a/client/client.go +++ b/client/client.go @@ -12,7 +12,7 @@ import ( syncthingprotocol "github.com/syncthing/protocol" "github.com/syncthing/relaysrv/protocol" - "github.com/syncthing/syncthing/internal/sync" + "github.com/syncthing/syncthing/lib/sync" ) type ProtocolClient struct {