From a4846df51914513b1748d9fb9789ed3c4309776b Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Mon, 28 May 2018 13:48:35 -0700 Subject: [PATCH] Rename --- protocol/spam/spamguard.go | 2 +- protocol/spam/spamguard_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"