This commit is contained in:
Sarah Jamie Lewis 2018-05-28 13:48:35 -07:00
parent ad802ad717
commit a4846df519
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ package spam
import ( import (
"crypto/rand" "crypto/rand"
"crypto/sha256" "crypto/sha256"
"git.mascherari.press/cwtch/protocol" "cwtch.im/cwtch/protocol"
"github.com/golang/protobuf/proto" "github.com/golang/protobuf/proto"
"github.com/s-rah/go-ricochet/utils" "github.com/s-rah/go-ricochet/utils"
"github.com/s-rah/go-ricochet/wire/control" "github.com/s-rah/go-ricochet/wire/control"

View File

@ -1,7 +1,7 @@
package spam package spam
import ( import (
"git.mascherari.press/cwtch/protocol" "cwtch.im/cwtch/protocol"
"github.com/golang/protobuf/proto" "github.com/golang/protobuf/proto"
"github.com/s-rah/go-ricochet/wire/control" "github.com/s-rah/go-ricochet/wire/control"
"testing" "testing"