Protocol has moved

This commit is contained in:
Jakob Borg 2015-01-13 23:15:55 +01:00
parent e3911bacde
commit 7aaea6d005
1 changed files with 1 additions and 1 deletions

View File

@ -30,8 +30,8 @@ import (
"github.com/golang/groupcache/lru"
"github.com/juju/ratelimit"
"github.com/syncthing/protocol"
"github.com/syncthing/syncthing/internal/discover"
"github.com/syncthing/syncthing/internal/protocol"
"github.com/syndtr/goleveldb/leveldb"
"github.com/syndtr/goleveldb/leveldb/opt"
)