This is definitely not related to Ricochet
This commit is contained in:
parent
f91f007295
commit
5be932a194
|
@ -1,8 +1,8 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
ricochet "github.com/special/ricochet-go/core"
|
||||
rpc "github.com/special/ricochet-go/rpc"
|
||||
ricochet "github.com/special/notricochet/core"
|
||||
rpc "github.com/special/notricochet/rpc"
|
||||
"google.golang.org/grpc"
|
||||
"log"
|
||||
"net"
|
||||
|
|
|
@ -2,8 +2,8 @@ package main
|
|||
|
||||
import (
|
||||
"errors"
|
||||
ricochet "github.com/special/ricochet-go/core"
|
||||
rpc "github.com/special/ricochet-go/rpc"
|
||||
ricochet "github.com/special/notricochet/core"
|
||||
rpc "github.com/special/notricochet/rpc"
|
||||
"golang.org/x/net/context"
|
||||
"log"
|
||||
)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
rpc "github.com/special/ricochet-go/rpc"
|
||||
rpc "github.com/special/notricochet/rpc"
|
||||
"golang.org/x/net/context"
|
||||
"google.golang.org/grpc"
|
||||
"io"
|
||||
|
|
|
@ -2,7 +2,7 @@ package core
|
|||
|
||||
import (
|
||||
"errors"
|
||||
"github.com/special/ricochet-go/core/utils"
|
||||
"github.com/special/notricochet/core/utils"
|
||||
"github.com/yawning/bulb"
|
||||
bulbutils "github.com/yawning/bulb/utils"
|
||||
"log"
|
||||
|
|
Loading…
Reference in New Issue