s/internal/lib/

This commit is contained in:
Jakob Borg 2015-08-09 09:39:28 +02:00
parent 51eea3f90b
commit 9370f9cae4
1 changed files with 1 additions and 1 deletions

View File

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