This commit is contained in:
Sarah Jamie Lewis 2018-05-28 13:48:35 -07:00
förälder ad802ad717
incheckning a4846df519
2 ändrade filer med 2 tillägg och 2 borttagningar

Visa fil

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

Visa fil

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