fix import to storj

This commit is contained in:
Dennis Coyle 2018-04-12 08:51:08 -05:00 committed by JT Olds
parent 1975b98eba
commit 2c08e56b20

View File

@ -4,7 +4,7 @@ import (
"fmt"
"net"
"github.com/coyle/storj/protos/overlay"
"github.com/storj/storj/protos/overlay"
"google.golang.org/grpc"
)