Cette révision appartient à :
Sarah Jamie Lewis 2018-05-28 13:48:35 -07:00
Parent ad802ad717
révision a4846df519
2 fichiers modifiés avec 2 ajouts et 2 suppressions

Voir le fichier

@ -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"

Voir le fichier

@ -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"