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