Update import paths, calmh -> syncthing

This commit is contained in:
Jakob Borg 2014-08-02 08:25:17 +02:00
parent 1fca248d4c
commit 2c9df7aad1
1 changed files with 2 additions and 2 deletions

View File

@ -16,10 +16,10 @@ import (
"sync"
"time"
"github.com/calmh/syncthing/discover"
"github.com/calmh/syncthing/protocol"
"github.com/golang/groupcache/lru"
"github.com/juju/ratelimit"
"github.com/syncthing/syncthing/discover"
"github.com/syncthing/syncthing/protocol"
)
type node struct {