diff --git a/pkg/whois/client_test.go b/pkg/whois/client_test.go index e571698..945964a 100644 --- a/pkg/whois/client_test.go +++ b/pkg/whois/client_test.go @@ -4,7 +4,7 @@ import ( "testing" "github.com/stretchr/testify/assert" - "github.com/thatmattlove/addr/addr/whois" + "github.com/thatmattlove/addr/pkg/whois" ) func Test_WhoisClient(t *testing.T) {