diff --git a/protocol/spam/spamguard.go b/protocol/spam/spamguard.go index 7c88707..45dcff2 100644 --- a/protocol/spam/spamguard.go +++ b/protocol/spam/spamguard.go @@ -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" diff --git a/protocol/spam/spamguard_test.go b/protocol/spam/spamguard_test.go index 1672fe1..19c4243 100644 --- a/protocol/spam/spamguard_test.go +++ b/protocol/spam/spamguard_test.go @@ -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"